mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 21:24:54 +08:00
9 lines
209 B
Text
9 lines
209 B
Text
|
<p>Hello <%= @user.name %>,</p>
|
||
|
|
||
|
<p><%= I18n.t("notifications.email_title") %></p>
|
||
|
<p>Type: <%= @notification.title %></p>
|
||
|
|
||
|
<p>
|
||
|
<%= sanitize_input(prepend_server_url_to_links(@notification.message)) %>
|
||
|
</p>
|