mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +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>
|
||||||
|
|
||||||
<div class="modal-footer">
|
<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"
|
<button id="new-repo-column-modal"
|
||||||
data-view-mode="active"
|
data-view-mode="active"
|
||||||
class="btn btn-secondary manage-repo-column"
|
class="btn btn-secondary manage-repo-column"
|
||||||
|
|
Loading…
Reference in a new issue