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