mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 23:25:31 +08:00
Remove add columns to the repository column management [SCI-10930]
This commit is contained in:
parent
5695150e98
commit
121a30ede6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<% if can_create_repository_columns?(@repository)%>
|
||||
<% if can_create_repository_columns?(@repository) && !@repository.is_a?(SoftLockedRepository) %>
|
||||
<button id="new-repo-column-modal"
|
||||
data-view-mode="active"
|
||||
class="btn btn-secondary manage-repo-column"
|
||||
|
|
Loading…
Add table
Reference in a new issue