X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/886712eaf02d5abe7e1e4f762c22293392a234af..f7d4fa057a0098a8a98f251f2118453ec6e376ad:/app/views/browse/_relation.html.erb diff --git a/app/views/browse/_relation.html.erb b/app/views/browse/_relation.html.erb index 922e642cc..5dcdffa47 100644 --- a/app/views/browse/_relation.html.erb +++ b/app/views/browse/_relation.html.erb @@ -7,7 +7,7 @@ :id => relation.redaction.id), relation.redaction) %> <% else %> - <%= tag.div :class => ["browse-section", "browse-relation", { "text-muted" => relation.redacted? }] do %> + <%= tag.div :class => ["browse-section", "browse-relation", { "text-body-secondary" => relation.redacted? }] do %> <%= render :partial => "browse/common_details", :object => relation %> <% unless relation.containing_relation_members.empty? %> @@ -15,7 +15,7 @@
> <%= t "browse.part_of_relations", :count => relation.containing_relation_members.uniq.count %>
<% end %>