X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/550c4a3a45814fde5c809334c85f1ebc47659a82..6cf9f5dc9cba1b73d7f275560798d7dcc6a2e3ea:/app/views/browse/_node.html.erb diff --git a/app/views/browse/_node.html.erb b/app/views/browse/_node.html.erb index 152223ae7..4e2ae0343 100644 --- a/app/views/browse/_node.html.erb +++ b/app/views/browse/_node.html.erb @@ -1,4 +1,4 @@ -<% if node.redacted? %> +<% if node.redacted? && !params[:show_redactions] %>
<%= t "browse.redacted.message_html", :type => t("browse.redacted.type.node"), @@ -7,8 +7,8 @@ :id => node.redaction.id), node.redaction) %>
<% else %> -
- <%= render :partial => "common_details", :object => node %> + <%= tag.div :class => ["browse-section", "browse-node", { "text-muted" => node.redacted? }] do %> + <%= render :partial => "browse/common_details", :object => node %> <% unless node.ways.empty? and node.containing_relation_members.empty? %>

<%= t "browse.part_of" %>

@@ -17,7 +17,7 @@ <%= t "browse.part_of_ways", :count => node.ways.uniq.count %> @@ -26,10 +26,10 @@
> <%= t "browse.part_of_relations", :count => node.containing_relation_members.uniq.count %>
<% end %> <% end %> -
+ <% end %> <% end %>