mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
9 lines
251 B
Text
9 lines
251 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><%= @notification.title.html_safe %></p>
|
|
|
|
<p><%= @notification.message.html_safe %></p>
|