X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ce4a6eefa7405a3d23f722c987f0e22b966defc8..57938f78c7a5f3643560565e98f4e9d2b31aa40b:/app/views/notifier/message_notification.html.erb diff --git a/app/views/notifier/message_notification.html.erb b/app/views/notifier/message_notification.html.erb index ef55b9b96..0b2ff9e69 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -3,7 +3,7 @@

<%= raw t'notifier.message_notification.header', :from_user => link_to(@from_user, :host => SERVER_URL, :controller => :user, :action => :view, :display_name => @from_user), :subject => @title %>

== -<%= htmlize @text %> +<%= @text.to_html %> ==