Merge pull request #8720 from okriuchykhin/ok_SCI_12177

Fix inventory item list page loading problem due to removed sidebar [SCI-12177]
This commit is contained in:
Alex Kriuchykhin 2025-07-29 12:51:22 +02:00 committed by GitHub
commit ee6ff24832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
<% provide(:head_title, t("libraries.show.head_title", library: @repository.name)) %>
<%= stylesheet_link_tag 'datatables' %>
<% provide(:container_class, "no-second-nav-container") %>
<% provide(:sidebar_url, sidebar_repositories_path) %>
<% provide(:sidebar_title, t('sidebar.repositories.sidebar_title')) %>
<% content_for :head do %>