mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 00:23:01 +08:00
9 lines
321 B
Text
9 lines
321 B
Text
<p>Hello <%= @user.name %>!</p>
|
|
|
|
<p><%= I18n.t("notifications.email_title") %></p>
|
|
|
|
<p>Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %></p>
|
|
|
|
<p><%= sanitize_input(prepend_server_url_to_links(@notification.title)) %></p>
|
|
|
|
<p><%= sanitize_input(prepend_server_url_to_links(@notification.message)) %></p>
|