mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Show checkmark on selected user role only [SCI-8699] (#5636)
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
parent
55e75ffa91
commit
f3dcef44ac
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<%= user_role.name %>
|
||||
<% else %>
|
||||
<a href="#" data-action="submit-role" data-value="<%= user_role.id %>">
|
||||
<span class="sn-icon sn-icon-check"></span>
|
||||
<span class="sn-icon sn-icon-check invisible"></span>
|
||||
<%= user_role.name %>
|
||||
</a>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue