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

10 lines
283 B
Text
Raw Normal View History

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