Dressed up lost password mail

This commit is contained in:
Herve Saint-Amand 2017-01-12 22:30:31 +00:00
parent 6d1c10afbc
commit 235e77fc26

View file

@ -1,7 +1,9 @@
<p><%= t 'notifier.lost_password_html.greeting' %></p>
<% content_for :body do %>
<p style="margin: 0"><%= t 'notifier.lost_password_html.greeting' %></p>
<p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
<p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
<p><%= t 'notifier.lost_password_html.click_the_link' %></p>
<p><%= t 'notifier.lost_password_html.click_the_link' %></p>
<p><a href="<%= @url %>"><%= @url %></a></p>
<p><a href="<%= @url %>"><%= @url %></a></p>
<% end %>