ensl.org/app/views/layouts/notifications.html.erb

10 lines
280 B
Text
Raw Normal View History

2014-04-06 14:14:03 +00:00
<p>Hello <%= h @user.username %>,</p>
<p><%= yield %></p>
<p>- <a href="http://www.ensl.org">ENSL Website</a></p>
<p>
(To disable these: <a href="http://www.ensl.org">Log In</a>
-> <a href="http://www.ensl.org/users/edit/<%= @user.id %>">Profile</a>
-> Notifications)
</p>