Skip to content

Commit

Permalink
Réparation de la recherche dans les pages d'un site Web (#1782)
Browse files Browse the repository at this point in the history
* Fix #1781

* rename

---------

Co-authored-by: Sébastien Gaya <sebastien.gaya@gmail.com>
  • Loading branch information
arnaudlevy and SebouChu committed Apr 18, 2024
1 parent b29f89a commit 3554afc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>
Expand Down

0 comments on commit 3554afc

Please sign in to comment.