]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/new.html.erb
Merge remote-tracking branch 'upstream/pull/2207'
[rails.git] / app / views / redactions / new.html.erb
index e6838073d1065172ed55a41f6b6d8eb3532ddbb8..a76d8ec48d12e6f82650742c6d34a2fe5fe00dc1 100644 (file)
@@ -1,20 +1,20 @@
-<% @title = t '.title' %>
+<% @title = t ".title" %>
 <% content_for :heading do %>
 <% content_for :heading do %>
-  <h1><%= t '.heading' %></h1>
+  <h1><%= t ".heading" %></h1>
 <% end %>
 
 <%= form_for(@redaction) do |f| %>
   <%= f.error_messages %>
 
   <p>
 <% 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.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>
     <%= richtext_area :redaction, :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>
   </p>
   <p>
-    <%= f.submit t('.submit') %>
+    <%= f.submit %>
   </p>
 <% end %>
   </p>
 <% end %>