projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Simplified the partial layout
[rails.git]
/
app
/
views
/
notifier
/
lost_password.html.erb
1
<p style="margin: 0"><%= t 'notifier.lost_password_html.greeting' %></p>
2
3
<p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
4
5
<p><%= t 'notifier.lost_password_html.click_the_link' %></p>
6
7
<p><a href="<%= @url %>"><%= @url %></a></p>