Merge pull request #4443 from G-Chubinidze/gc_SCI_7162

fixed duplicate title on empty repository index [SCI_7162]
This commit is contained in:
artoscinote 2022-09-27 11:57:30 +02:00 committed by GitHub
commit 16d4a5fecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View file

@ -1 +1 @@
1.26.0.5
1.26.0.4

View file

@ -19,9 +19,6 @@
<%= render "view_archived_btn" %>
<div class="content-pane flexible empty-repositories" data-readonly="<%= !current_user.is_admin_of_team?(current_team) %>">
<div class="content-header">
<h1 data-view-mode="active"><%= t('libraries.index.head_title') %></h1>
</div>
<div class="content-body">
<%= image_tag('/images/empty_inventory_state.png', class: 'empty-inventory-img') %>
<h1>

View file

@ -8,7 +8,7 @@
<%= render partial: "sidebar", locals: { repositories: @repositories, archived: params[:archived] } %>
<% end %>
<%= render "view_archived_btn"%>
<%= render "view_archived_btn" %>
<% end %>
<!-- table template -->