mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Added html_safe to notification email template
This commit is contained in:
parent
90c853743c
commit
4c6a60c249
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
<p>Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %></p>
|
<p>Type: <%= I18n.t("notifications.types.#{@notification.type_of}") %></p>
|
||||||
|
|
||||||
<p><%= @notification.title %></p>
|
<p><%= @notification.title.html_safe %></p>
|
||||||
|
|
||||||
<p><%= @notification.message %></p>
|
<p><%= @notification.message.html_safe %></p>
|
||||||
|
|
Loading…
Reference in a new issue