X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d115a1a7d7c7660696328ac3b10e159156d34489..59fccd95f64a4aa44de022600c104c5c309ad8d0:/app/views/browse/_relation.html.erb diff --git a/app/views/browse/_relation.html.erb b/app/views/browse/_relation.html.erb index a987fe4d8..447067900 100644 --- a/app/views/browse/_relation.html.erb +++ b/app/views/browse/_relation.html.erb @@ -7,14 +7,14 @@ :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? %>

<%= t "browse.part_of" %>

> <%= t "browse.part_of_relations", :count => relation.containing_relation_members.uniq.count %> -
@@ -24,7 +24,7 @@

<%= t ".members" %>

> <%= t ".members_count", :count => relation.relation_members.count %> -