Use relation icon instead of word in containing relations

This commit is contained in:
Anton Khorev 2024-12-04 10:30:44 +03:00
parent 572d1adaae
commit 6b55cce25c
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<li><%= linked_name = link_to printable_element_name(containing_relation.relation), containing_relation.relation
<li><%= linked_name = link_to printable_element_name(containing_relation.relation), containing_relation.relation, :class => "relation"
if containing_relation.member_role.blank?
t ".entry_html", :relation_name => linked_name
linked_name
else
t ".entry_role_html", :relation_name => linked_name, :relation_role => containing_relation.member_role
end %>