X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/00425c8fcad370a7f596dafe8e188837fcb35130..11cc4a5e601dd288d601e6e35a72d159062f18b5:/app/views/redactions/index.html.erb diff --git a/app/views/redactions/index.html.erb b/app/views/redactions/index.html.erb index b53e9b747..b6b6ef46e 100644 --- a/app/views/redactions/index.html.erb +++ b/app/views/redactions/index.html.erb @@ -1,10 +1,12 @@ -<% @title = t('.title') %> +<% @title = t(".title") %> <% content_for :heading do %> -

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

+

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

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

<%= t '.empty' %>

+

<%= t ".empty" %>

<% end %>