X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/827024f7e6c48a11dbe08e569e2cbd852701bd31..dc622a32f3fccfc29d227b0911badd302553e22a:/app/views/redactions/index.html.erb?ds=sidebyside 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 %>