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

10 lines
251 B
Plaintext

<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.html_safe %></p>
<p><%= @notification.message.html_safe %></p>