Added html_safe to notification email template

This commit is contained in:
Oleksii Kriuchykhin 2016-10-11 16:46:20 +02:00
parent 90c853743c
commit 4c6a60c249

View file

@ -4,6 +4,6 @@
<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>