]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/changeset_comment_notification.html.erb
Merge remote-tracking branch 'upstream/pull/2838'
[rails.git] / app / views / notifier / changeset_comment_notification.html.erb
index 3ecf3fdead9e097a7a1714329e5ccc914d411287..85cd87e5e093f1142647323922f10b3665a543ac 100644 (file)
@@ -8,7 +8,7 @@
     <%= raw t ".commented.commented_changeset", :commenter => link_to_user(@commenter), :time => @time, :changeset_author => @changeset_author %>
   <% end %>
   <% if @changeset_comment %>
-    <%= raw t ".commented.partial_changeset_with_comment", :changeset_comment => content_tag("em", @changeset_comment) %>
+    <%= raw t ".commented.partial_changeset_with_comment", :changeset_comment => tag.em(@changeset_comment) %>
   <% else %>
     <%= t ".commented.partial_changeset_without_comment" %>
   <% end %>