mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
fixed duplicate titles in empty index repositories [SCI-7162]
This commit is contained in:
parent
6cc19badfe
commit
8608e61513
2 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue