X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b0747c3c1e2c3f437fb5e94e85c2f329680f3ee0..9f3dace353d08417d23624781f059bd61dd56c52:/app/views/browse/_way_details.html.erb diff --git a/app/views/browse/_way_details.html.erb b/app/views/browse/_way_details.html.erb index 6bff887b3..2ffa6573b 100644 --- a/app/views/browse/_way_details.html.erb +++ b/app/views/browse/_way_details.html.erb @@ -1,4 +1,4 @@ -
+
<% if way_details.redacted? %>
<%= t 'browse.redacted.message_html', :type => t('browse.redacted.type.way'), :redaction_link => link_to(t('browse.redacted.redaction', :id => way_details.redaction.id), way_details.redaction), :version => way_details.version %> @@ -29,6 +29,7 @@
    <%= render :partial => "containing_relation", :collection => way_details.containing_relation_members %>
+
<% end %> <% end %>