scinote-web/app/views/users/mailer/system_notification.html.erb
2019-02-19 11:20:25 +01:00

11 lines
246 B
Plaintext

<p>
<%= I18n.t("system_notifications.emails.intro_paragraph", user_name: @user.name) %>
</p>
<p>
<%= link_to @system_notification.title.html_safe, system_notifications_url %>
</p>
<p>
<%= @system_notification.description.html_safe %>
</p>