<% bucket.bubbles.ordered_by_activity.limit(10).each do |bubble| %>
@@ -10,12 +10,12 @@
<% end %>
-
+
<%= link_to bubbles_path(bucket_ids: [ bucket ]), class: "txt-ink flex flex-column" do %>
<%= bucket.name %>
<% end %>
- <%= link_to edit_bucket_path(bucket), class: "btn txt-small" do %>
+ <%= link_to edit_bucket_path(bucket), class: "btn txt-small bucket__button" do %>
<%= image_tag "settings.svg", aria: { hidden: true }, size: 24 %>
Settings for <%= bucket.name %>
<% end %>
diff --git a/app/views/filters/_filter.html.erb b/app/views/filters/_filter.html.erb
index fbbfca942..b19b749ea 100644
--- a/app/views/filters/_filter.html.erb
+++ b/app/views/filters/_filter.html.erb
@@ -10,11 +10,11 @@
<% end %>
-
+
<%= 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 %>
+ <%= button_to filter_path(filter), method: :delete, class: "btn txt-small btn--negative bucket__button", data: { turbo_confirm: "Are you sure you want to delete this filter?" } do %>
<%= image_tag "minus.svg", aria: { hidden: true }, size: 24 %>
Delete
<% end %>