X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2acf8cb8f22deb2e2960c99c0eeb8c5d64533c9e..ec91b3a39fc28442f367be1dda6cb9dc37172cbb:/app/views/browse/_way.html.erb diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index 26403f3fd..d015438fe 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-muted" => 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,15 +27,17 @@ <% end %> -
+ <% end %> <% end %>