mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix typo on users manage list [SCI-5021] (#3613)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
7d6136435d
commit
d4756be38a
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<h5 class="designated-users-task-title"><%=t "experiments.canvas.popups.users_tab" %></h5>
|
||||
<h5 class="designated-users-task-title"><%= t("experiments.canvas.popups.users_tab") %></h5>
|
||||
<hr>
|
||||
<ul class="no-style content-users">
|
||||
<% if @user_my_modules.size == 0 then %>
|
||||
|
@ -20,7 +20,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</ul>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue