mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +08:00
Merge pull request #5966 from G-Chubinidze/gc_SCI_9001
Smart annotation modal- inventories are out of modal [SCI-9001]
This commit is contained in:
commit
8a72c4ca02
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<div class="tab-pane" role="tabpanel" id="exp-tab-<%= at_who_key %>" data-object-type="EXPERIMENT"></div>
|
||||
<div class="tab-pane" role="tabpanel" id="tsk-tab-<%= at_who_key %>" data-object-type="TASK"></div>
|
||||
<div class="tab-pane rep-tab" role="tabpanel" id="rep-tab-<%= at_who_key %>" data-object-type="REPOSITORY"><% if repositories.length > 1 %>
|
||||
<div class=sci-btn-group>
|
||||
<div class="sci-btn-group flex-wrap">
|
||||
<% repositories.each do |repository| %>
|
||||
<button class="btn btn-light repository-object" data-object-id="<%= repository.id %>">
|
||||
<% if repository.shared_with?(current_team) %>
|
||||
|
|
Loading…
Reference in a new issue