=html_escape(_('Members with access to %{strong_start}%{group_name}%{strong_end}'))%{group_name: @group.name,strong_start: '<strong>'.html_safe,strong_end: '</strong>'.html_safe}
...
...
@@ -83,6 +85,7 @@
-if@group.shared_with_group_links.any?
#tab-groups.tab-pane
.card.card-without-border
-unlessfiltered_search_enabled
=render'groups/group_members/tab_pane/header'do
=render'groups/group_members/tab_pane/title'do
=html_escape(_('Groups with access to %{strong_start}%{group_name}%{strong_end}'))%{group_name: @group.name,strong_start: '<strong>'.html_safe,strong_end: '</strong>'.html_safe}