X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/886712eaf02d5abe7e1e4f762c22293392a234af..cb16d3c33146b35be0e71204844f4d966e6ae923:/app/views/browse/_node.html.erb diff --git a/app/views/browse/_node.html.erb b/app/views/browse/_node.html.erb index e395a4283..0ffe7c68b 100644 --- a/app/views/browse/_node.html.erb +++ b/app/views/browse/_node.html.erb @@ -7,7 +7,7 @@ :id => node.redaction.id), node.redaction) %> <% else %> - <%= tag.div :class => ["browse-section", "browse-node", { "text-muted" => node.redacted? }] do %> + <%= tag.div :class => ["browse-section", "browse-node", { "text-body-secondary" => node.redacted? }] do %> <%= render :partial => "browse/common_details", :object => node %> <% unless node.ways.empty? and node.containing_relation_members.empty? %> @@ -17,7 +17,7 @@ <%= t "browse.part_of_ways", :count => node.ways.uniq.count %>