From 3efe6bf4841492b967b7061f3a44793cd4e3aba8 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 6 Jan 2026 15:35:16 -0600 Subject: [PATCH] Use existing no_filtering_url to direct back to the board when clearing filters --- app/views/filters/settings/_manage.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/filters/settings/_manage.html.erb b/app/views/filters/settings/_manage.html.erb index 258169e0f..ef800df72 100644 --- a/app/views/filters/settings/_manage.html.erb +++ b/app/views/filters/settings/_manage.html.erb @@ -1,7 +1,7 @@ <% filter = user_filtering.filter %>
- <%= link_to root_path, class: "btn btn--remove txt-x-small", data: { controller: "hotkey tooltip", action: "keydown.esc@document->hotkey#click"} do %> + <%= link_to no_filtering_url, class: "btn btn--remove txt-x-small", data: { controller: "hotkey tooltip", action: "keydown.esc@document->hotkey#click"} do %> <%= icon_tag "close" %> Clear all <% end %>