X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38cfc35eb200e396015e18fbdfcaaaa97abcd571..68a5aa5ed805c97f217fa09f869179c3544a8d63:/app/views/notifier/message_notification.html.erb?ds=sidebyside diff --git a/app/views/notifier/message_notification.html.erb b/app/views/notifier/message_notification.html.erb index 4e4b2ea9a..080146fef 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -3,9 +3,8 @@

<%= raw t '.header', - :from_user => link_to_user(@from_user), - :subject => content_tag("em", @title) - %> + :from_user => link_to_user(@from_user), + :subject => content_tag("em", @title) %>

<%= message_body do %> @@ -16,7 +15,6 @@

<%= t '.footer_html', :readurl => link_to(@readurl, @readurl) + tag(:br), - :replyurl => link_to(@replyurl, @replyurl) - %> + :replyurl => link_to(@replyurl, @replyurl) %>

<% end %>