]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/index.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / redactions / index.html.erb
index b53e9b74780496119932f321eb31e4884bd6f340..e3388fafa006b97ce74e1916d37f877ef5b89531 100644 (file)
@@ -1,10 +1,10 @@
-<% @title = t('.title') %>
+<% @title = t(".title") %>
 <% content_for :heading do %>
-  <h1><%= t('.heading') %></h1>
+  <h1><%= t(".heading") %></h1>
 <% end %>
 
 <% unless @redactions.empty? %>
-  <%= render :partial => 'redactions' %>
+  <%= render :partial => "redactions" %>
 <% else %>
-  <p><%= t '.empty' %></p>
+  <p><%= t ".empty" %></p>
 <% end %>