fixed duplicate titles in empty index repositories [SCI-7162]

This commit is contained in:
Giga Chubinidze 2022-09-27 12:25:39 +04:00
parent 6cc19badfe
commit 8608e61513
2 changed files with 1 additions and 4 deletions

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 -->