Fix typo on users manage list [SCI-5021] (#3613)

Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
aignatov-bio 2021-10-26 16:02:24 +02:00 committed by GitHub
parent 7d6136435d
commit d4756be38a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %>