scinote-web/app/views/users/mailer/notification.html.erb
2016-10-11 16:43:17 +02:00

10 lines
214 B
Plaintext

<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>