mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-16 01:41:23 +00:00
9 lines
283 B
Text
9 lines
283 B
Text
<p>Hello <%= h @user.username %>,</p>
|
|
<p><%= yield %></p>
|
|
<p>- <a href="https://www.ensl.org">ENSL Website</a></p>
|
|
|
|
<p>
|
|
(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>
|