Skip to content
Snippets Groups Projects
Unverified Commit 3554afc6 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Réparation de la recherche dans les pages d'un site Web (#1782)


* Fix #1781

* rename

---------

Co-authored-by: default avatarSébastien Gaya <sebastien.gaya@gmail.com>
parent b29f89a7
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<% end %>
<%= render 'admin/communication/websites/sidebar' do %>
<% osuny_panel t('admin.communication.website.pages.structure'),
<% osuny_panel t('admin.communication.website.pages.structure'),
action: create_link(Communication::Website::Page) do %>
<ul class="nav nav-tabs justify-content-md-end mt-0 mt-md-n4">
<li class="nav-item">
......@@ -23,7 +23,7 @@
</li>
</ul>
<div class="position-relative mt-2">
<%= render 'filters', current_path: admin_communication_website_pages_path, filters: @filters %>
<%= render 'filters', current_path: list_admin_communication_website_pages_path, filters: @filters %>
<%= render 'admin/communication/websites/pages/list', pages: @pages %>
<%= paginate @pages, theme: 'bootstrap-5' %>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment