mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
9 lines
214 B
Text
9 lines
214 B
Text
<p>Hello <%= @user.name %>!</p>
|
|
|
|
<p>You got new notification!</p>
|
|
|
|
<p>Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %></p>
|
|
|
|
<p><%= @notification.title %></p>
|
|
|
|
<p><%= @notification.message %></p>
|