mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Fix edit project's users modal [SCI-2130]
This commit is contained in:
parent
bb21f6543c
commit
ca66858063
1 changed files with 24 additions and 26 deletions
|
@ -23,7 +23,6 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if can_manage_project?(@project) %>
|
||||
<!-- Edit project modal -->
|
||||
<div class="modal" id="edit-project-modal" tabindex="-1" role="dialog" aria-labelledby="edit-project-modal-label">
|
||||
<div class="modal-dialog" role="document">
|
||||
|
@ -55,7 +54,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div id="projects-toolbar">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue