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:
artoscinote 2023-08-11 10:21:11 +02:00 committed by GitHub
commit 8a72c4ca02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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="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" 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="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| %> <% repositories.each do |repository| %>
<button class="btn btn-light repository-object" data-object-id="<%= repository.id %>"> <button class="btn btn-light repository-object" data-object-id="<%= repository.id %>">
<% if repository.shared_with?(current_team) %> <% if repository.shared_with?(current_team) %>