mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Merge pull request #4443 from G-Chubinidze/gc_SCI_7162
fixed duplicate title on empty repository index [SCI_7162]
This commit is contained in:
commit
16d4a5fecb
3 changed files with 2 additions and 5 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.26.0.5
|
||||
1.26.0.4
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Reference in a new issue