Fix markup errors
All checks were successful
Run unit tests / check-licenses (pull_request) Successful in 58s
Run unit tests / rubocop (pull_request) Successful in 1m2s
Run unit tests / copyright_notice (pull_request) Successful in 1m48s
Run unit tests / unit_tests (pull_request) Successful in 4m2s
Run unit tests / build-static-assets (pull_request) Successful in 26m47s

This commit is contained in:
Manuel Bustillo 2025-01-25 10:12:36 +01:00
parent 744b13ecb8
commit 60cfbd1a40
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<%<%<%<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

View File

@ -1 +1 @@
<%<%<%<%= yield %> <%= yield %>

View File

@ -1,4 +1,4 @@
<%<%<%<p>Welcome <%= @email %>!</p> <p>Welcome <%= @email %>!</p>
<p>You can confirm your account email through the link below:</p> <p>You can confirm your account email through the link below:</p>

View File

@ -1,4 +1,4 @@
<%<%<%<p>Hello <%= @email %>!</p> <p>Hello <%= @email %>!</p>
<% if @resource.try(:unconfirmed_email?) %> <% if @resource.try(:unconfirmed_email?) %>
<p>We're contacting you to notify you that your email is being changed to <%= @resource.unconfirmed_email %>.</p> <p>We're contacting you to notify you that your email is being changed to <%= @resource.unconfirmed_email %>.</p>

View File

@ -1,3 +1,3 @@
<%<%<%<p>Hello <%= @resource.email %>!</p> <p>Hello <%= @resource.email %>!</p>
<p>We're contacting you to notify you that your password has been changed.</p> <p>We're contacting you to notify you that your password has been changed.</p>

View File

@ -1,4 +1,4 @@
<%<%<%<p>Hello <%= @resource.email %>!</p> <p>Hello <%= @resource.email %>!</p>
<p>Someone has requested a link to change your password. You can do this through the link below.</p> <p>Someone has requested a link to change your password. You can do this through the link below.</p>

View File

@ -1,4 +1,4 @@
<%<%<%<p>Hello <%= @resource.email %>!</p> <p>Hello <%= @resource.email %>!</p>
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p> <p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>