Test reversibility of migrations #220
@ -1,4 +1,4 @@
|
||||
<%<%<%<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
@ -1 +1 @@
|
||||
<%<%<%<%= yield %>
|
||||
<%= yield %>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<%<%<%<p>Welcome <%= @email %>!</p>
|
||||
<p>Welcome <%= @email %>!</p>
|
||||
|
||||
<p>You can confirm your account email through the link below:</p>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<%<%<%<p>Hello <%= @email %>!</p>
|
||||
<p>Hello <%= @email %>!</p>
|
||||
|
||||
<% if @resource.try(:unconfirmed_email?) %>
|
||||
<p>We're contacting you to notify you that your email is being changed to <%= @resource.unconfirmed_email %>.</p>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user