mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-31 04:32:06 +08:00
Remove rename button from dropdown (#1994)
This commit is contained in:
parent
a505ef2462
commit
58d9be480f
1 changed files with 0 additions and 8 deletions
|
@ -80,14 +80,6 @@
|
|||
</a>
|
||||
</li>
|
||||
<% end %>
|
||||
<% if can_manage_repository?(@repository) %>
|
||||
<li>
|
||||
<%= link_to t('repositories.index.options_dropdown.rename'),
|
||||
team_repository_rename_modal_path(current_team, repository_id: @repository),
|
||||
class: "rename-repo-option",
|
||||
remote: true %>
|
||||
</li>
|
||||
<% end %>
|
||||
<% if can_create_repositories?(@repository.team) %>
|
||||
<li>
|
||||
<%= link_to t('repositories.index.options_dropdown.copy'),
|
||||
|
|
Loading…
Reference in a new issue