X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d3700e6201b4b78a70bbb2941572edc985b63c2c..30caa3c09ee2108fa5ed77883e4d658d4b58d9af:/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 %> - <h1><%= t('.heading') %></h1> + <h1><%= t(".heading") %></h1> <% end %> <% unless @redactions.empty? %> - <%= render :partial => 'redactions' %> + <ul id="redaction_list"> + <%= render @redactions %> + </ul> <% else %> - <p><%= t '.empty' %></p> + <p><%= t ".empty" %></p> <% end %>