mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Fix copy inventory permission (#2016)
This commit is contained in:
parent
f2a9a4b505
commit
4d20cd7d55
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<% end %>
|
||||
<% if can_create_repositories?(@repository.team) %>
|
||||
<% if can_create_repositories?(current_team) %>
|
||||
<li>
|
||||
<%= link_to t('repositories.index.options_dropdown.copy'),
|
||||
team_repository_copy_modal_path(current_team, repository_id: @repository),
|
||||
|
|
Loading…
Reference in a new issue