From 218403f9d47d82baa8747a37402dcd2e4eb6bf0e Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 6 Jan 2026 15:37:40 -0600 Subject: [PATCH] Go back to board after 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 %>