mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
10 lines
214 B
Text
10 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>
|