mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
Fix manage project users modal bug
Closes SCI-1026.
This commit is contained in:
parent
d097f0dd15
commit
ce617894c5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!-- Modal footer for Manage users modal -->
|
||||
<span class="pull-left">
|
||||
<% if is_admin_of_team(@project.team) %>
|
||||
<%= link_to t('projects.index.modal_manage_users.invite_users_link'), team_path(team_id: @project.team.id) %>
|
||||
<%= link_to t('projects.index.modal_manage_users.invite_users_link'), team_path(@project.team.id) %>
|
||||
<span><%=t 'projects.index.modal_manage_users.invite_users_details', team: @project.team.name %></span>
|
||||
<% else %>
|
||||
<i><%=t 'projects.index.modal_manage_users.contact_admins', team: @project.team.name %></i>
|
||||
|
|
Loading…
Add table
Reference in a new issue