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