X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e5152c3931c8f0766b2201053427b398e3b13bde..e3e5ad4c5fed07eda993648f1998d9b0f5c78921:/app/views/notifier/note_comment_notification.html.erb diff --git a/app/views/notifier/note_comment_notification.html.erb b/app/views/notifier/note_comment_notification.html.erb index 749298531..ecaff81dc 100644 --- a/app/views/notifier/note_comment_notification.html.erb +++ b/app/views/notifier/note_comment_notification.html.erb @@ -6,8 +6,8 @@

<%= raw t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => link_to_user(@commenter), :place => @place %>

<% end %> -<%= render "notifier/user_message_table", :captured => capture { %> +<%= message_body do %> <%= @comment.to_html %> -<% } %> +<% end %>

<%= raw t 'notifier.note_comment_notification.details', :url => link_to(@noteurl, @noteurl) %>