mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
11 lines
246 B
Text
11 lines
246 B
Text
|
<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>
|