We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f781a05 commit 37373daCopy full SHA for 37373da
app/views/admin/merchants/index.html.slim
@@ -26,7 +26,8 @@ header.mb-3
26
.stat-value= number_with_delimiter(merchant_deleted_count)
27
- if merchant_deleted_count > 0
28
.stat-actions.mt-1
29
- =< link_to 'Afficher', admin_merchants_path(show_deleted: true), class: 'btn btn-error btn-xs'
+ - req_params = request.query_parameters.compact_blank
30
+ =< link_to 'Afficher', admin_merchants_path(params: req_params.merge(show_deleted: true)), class: 'btn btn-error btn-xs'
31
32
button.btn.btn-square.btn-ghost.btn-xs.ml-1 onclick="merchants_deleted_help.showModal()"
33
= lucide_icon 'circle-question-mark', class: 'w-4'
0 commit comments