mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 05:21:19 +00:00
18 lines
295 B
Text
18 lines
295 B
Text
<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>
|