Decorate with filter icon

This commit is contained in:
Jason Zimdars
2024-11-19 13:55:26 -06:00
parent 4eaa414ebb
commit d387e3b65d
+2 -2
View File
@@ -11,8 +11,8 @@
<% end %>
<div class="flex align-center justify-center flex-column flex-wrap center gap-half">
<%= link_to bubbles_path(**filter.to_params), class: "txt-ink flex flex-column" do %>
<strong class="txt-large"><%= filter.summary %></strong>
<%= link_to bubbles_path(**filter.to_params), class: "txt-ink" do %>
<strong class="txt-large"><%= image_tag "filter.svg", aria: { hidden: true }, size: 30, class: "flex-inline", style: "vertical-align: bottom" %> <%= filter.summary %></strong>
<% 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 %>