Updates the role tooltip within _member_data.html.erb (#17218)
This commit is contained in:
parent
f790c3c0c1
commit
f6d7d431b5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<span class="color-base-60">@<%= user.username %></span>
|
||||
<span class="hidden m:block">
|
||||
|
||||
<span class="c-indicator ml-2 crayons-hover-tooltip" data-tooltip="<%= cascading_high_level_roles(user) %>">
|
||||
<span class="c-indicator ml-2 crayons-hover-tooltip crayons-hover-tooltip--right" data-tooltip="<%= format_role_tooltip(user) %>">
|
||||
<%= cascading_high_level_roles(user) %>
|
||||
</span>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue