X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d3700e6201b4b78a70bbb2941572edc985b63c2c..69b952ae78b0e7d7ded7d121070c24093e0dd322:/app/views/redactions/edit.html.erb diff --git a/app/views/redactions/edit.html.erb b/app/views/redactions/edit.html.erb index fe85d0756..72676013e 100644 --- a/app/views/redactions/edit.html.erb +++ b/app/views/redactions/edit.html.erb @@ -1,21 +1,21 @@ -<% @title = t '.title' %> +<% @title = t ".title" %> <% content_for :heading do %> -

<%= t '.heading' %>

+

<%= t ".heading" %>

<% end %> <%= form_for(@redaction) do |f| %> <%= f.error_messages %>

- <%= 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 t(".submit") %>

<% end %>