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

10 lines
319 B
Plaintext
Raw Normal View History

2016-10-05 16:52:27 +08:00
<p>Hello <%= @user.name %>!</p>
<p><%= I18n.t("notifications.email_title") %></p>
2016-10-05 16:52:27 +08:00
<p>Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %></p>
<p><%= prepend_server_url_to_links(@notification.title.html_safe).html_safe %></p>
2016-10-05 16:52:27 +08:00
<p><%= prepend_server_url_to_links(@notification.message).html_safe %></p>