X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/redactions/index.html.erb diff --git a/app/views/redactions/index.html.erb b/app/views/redactions/index.html.erb index a5a85c38d..e3388fafa 100644 --- a/app/views/redactions/index.html.erb +++ b/app/views/redactions/index.html.erb @@ -1,10 +1,10 @@ -<% @title = t('redaction.index.title') %> +<% @title = t(".title") %> <% content_for :heading do %> -

<%= t('redaction.index.heading') %>

+

<%= t(".heading") %>

<% end %> <% unless @redactions.empty? %> - <%= render :partial => 'redactions' %> + <%= render :partial => "redactions" %> <% else %> -

<%= t 'redaction.index.empty' %>

+

<%= t ".empty" %>

<% end %>