initial checkin of full application
This commit is contained in:
17
app/views/mailer/password_reset.html.erb
Normal file
17
app/views/mailer/password_reset.html.erb
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<%= t(:password_reset_message1) %>
|
||||
<br />
|
||||
<%= t(:password_reset_message2) %>
|
||||
<br />
|
||||
<%= t(:password_reset_message3) %>
|
||||
<br /><br />
|
||||
<a href="<%= @webpage %>"><%= @webpage %></a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
5
app/views/mailer/password_reset.txt.erb
Normal file
5
app/views/mailer/password_reset.txt.erb
Normal file
@ -0,0 +1,5 @@
|
||||
<%= t(:password_reset_message1) %>
|
||||
<%= t(:password_reset_message2) %>
|
||||
<%= t(:password_reset_message3) %>
|
||||
|
||||
<a href="<%= @webpage %>"><%= @webpage %></a>
|
Reference in New Issue
Block a user