From d387e3b65dd311c2ae22dc0056864acbc0aec49a Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 19 Nov 2024 13:55:26 -0600 Subject: [PATCH] Decorate with filter icon --- app/views/filters/_filter.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/filters/_filter.html.erb b/app/views/filters/_filter.html.erb index cc2f782a6..fbbfca942 100644 --- a/app/views/filters/_filter.html.erb +++ b/app/views/filters/_filter.html.erb @@ -11,8 +11,8 @@ <% end %>
- <%= link_to bubbles_path(**filter.to_params), class: "txt-ink flex flex-column" do %> - <%= filter.summary %> + <%= link_to bubbles_path(**filter.to_params), class: "txt-ink" do %> + <%= image_tag "filter.svg", aria: { hidden: true }, size: 30, class: "flex-inline", style: "vertical-align: bottom" %> <%= filter.summary %> <% end %> <%= button_to filter_path(filter), method: :delete, class: "btn txt-small btn--negative", data: { turbo_confirm: "Are you sure you want to delete this filter?" } do %> <%= image_tag "minus.svg", aria: { hidden: true }, size: 24 %>