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

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

+

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

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

<%= t '.empty' %>

+

<%= t ".empty" %>

<% end %>