X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d8cca976c023b43f8bb1f1ef08a494790f6eef36..532dd10b18fd66e239aadc8a72170d05fa8cba93:/app/views/browse/_way.html.erb diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index 7197298ac..d04eff140 100644 --- a/app/views/browse/_way.html.erb +++ b/app/views/browse/_way.html.erb @@ -1,4 +1,4 @@ -<% if way.redacted? %> +<% if way.redacted? && !params[:show_redactions] %>
<%= t "browse.redacted.message_html", :type => t("browse.redacted.type.way"), @@ -7,7 +7,7 @@ :id => way.redaction.id), way.redaction) %>
<% else %> -
+ <%= tag.div :class => ["browse-section", "browse-way", { "text-body-secondary" => way.redacted? }] do %> <%= render :partial => "browse/common_details", :object => way %> <% unless way.containing_relation_members.empty? %> @@ -15,7 +15,7 @@
> <%= t "browse.part_of_relations", :count => way.containing_relation_members.uniq.count %>
<% end %> @@ -27,17 +27,17 @@ <% end %> -
+ <% end %> <% end %>