]> 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 04bafb0d4e587baeb6a7fa82a5eb14bb2b67ae04..85cd87e5e093f1142647323922f10b3665a543ac 100644 (file)
@@ -1,5 +1,5 @@
 <p>
-  <%= t '.hi', :to_user => @to_user %>
+  <%= t ".hi", :to_user => @to_user %>
 </p>
 <p>
   <% if @owner %>
@@ -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 %>
 <% end %>
 
 <p>
-  <%= raw t '.details', :url => link_to(@changeset_url, @changeset_url) %>
+  <%= raw t ".details", :url => link_to(@changeset_url, @changeset_url) %>
 </p>
 
 <% content_for :footer do %>
   <p>
-    <%= raw t '.unsubscribe', :url => link_to(@changeset_url, @changeset_url, :style => "color: #222") %>
+    <%= raw t ".unsubscribe", :url => link_to(@changeset_url, @changeset_url, :style => "color: #222") %>
   </p>
 <% end %>