Skip to content

Commit

Permalink
added reset password mail #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Duke committed May 5, 2013
1 parent fc0ba7c commit 921939d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/views/devise/mailer/reset_password_instructions.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<%= content_for(:preheader) do %>
<%= I18n.t(:preheader, scope: [:titles, :emails, :forgot_password]) %>
<% end %>
<%= content_for(:title) do %>
<%= I18n.t(:title, scope: [:titles, :emails, :forgot_password]) %>
<% end %>
<%= raw t(:forgot_password, scope: [:texts, :emails], email: @resource.email, reset_password_link: edit_password_url(@resource, :reset_password_token => @resource.reset_password_token)) %>

0 comments on commit 921939d

Please sign in to comment.