X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aebfbdcfbdb772914ca55c1b5f957f62c1c9cf24..627f2493faa77336e7dcb13abb92dc547ee4db9f:/app/views/redactions/new.html.erb diff --git a/app/views/redactions/new.html.erb b/app/views/redactions/new.html.erb index e6838073d..02e729b35 100644 --- a/app/views/redactions/new.html.erb +++ b/app/views/redactions/new.html.erb @@ -1,20 +1,20 @@ -<% @title = t '.title' %> +<% @title = t ".title" %> <% content_for :heading do %> -
- <%= f.label :title, t('.title') %>
+ <%= f.label :title, t(".title") %>
<%= f.text_field :title %>
- <%= f.label :description, t('.description') %>
+ <%= f.label :description, t(".description") %>
<%= richtext_area :redaction, :description, :cols => 80, :rows => 20, :format => @redaction.description_format %>
- <%= f.submit t('.submit') %> + <%= f.submit %>
<% end %>