]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/edit.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / redactions / edit.html.erb
index fe85d0756246f8df0c6e1f18fb7fd9aa335592ba..72676013ed3044ae8f7723a17a04655a7543b3b0 100644 (file)
@@ -1,21 +1,21 @@
-<% @title = t '.title' %>
+<% @title = t ".title" %>
 
 <% content_for :heading do %>
-  <h1><%= t '.heading' %></h1>
+  <h1><%= t ".heading" %></h1>
 <% end %>
 
 <%= form_for(@redaction) do |f| %>
   <%= f.error_messages %>
 
   <p>
-    <%= f.label :title, t('.title') %><br />
+    <%= f.label :title, t(".title") %><br />
     <%= f.text_field :title %>
   </p>
   <p>
-    <%= f.label :description, t('.description') %><br />
+    <%= f.label :description, t(".description") %><br />
     <%= richtext_area :redaction, :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>
   </p>
   <p>
-    <%= f.submit t('.submit') %>
+    <%= f.submit t(".submit") %>
   </p>
 <% end %>