]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/changeset_comment_notification.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / notifier / changeset_comment_notification.html.erb
index 04bafb0d4e587baeb6a7fa82a5eb14bb2b67ae04..3ecf3fdead9e097a7a1714329e5ccc914d411287 100644 (file)
@@ -1,5 +1,5 @@
 <p>
-  <%= t '.hi', :to_user => @to_user %>
+  <%= t ".hi", :to_user => @to_user %>
 </p>
 <p>
   <% if @owner %>
 <% 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 %>