scinote-web/app/views/users/mailer/notification.html.erb

10 lines
214 B
Text
Raw Normal View History

2016-10-05 16:52:27 +08:00
<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>