From b1feebb1295291e7bec5fed89ae0a2b1782a456e Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 28 Aug 2025 14:12:01 -0500 Subject: [PATCH] Balance buttons --- app/views/cards/_collection_settings.html.erb | 2 -- app/views/cards/index.html.erb | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/cards/_collection_settings.html.erb b/app/views/cards/_collection_settings.html.erb index b591a022c..318eeb70c 100644 --- a/app/views/cards/_collection_settings.html.erb +++ b/app/views/cards/_collection_settings.html.erb @@ -1,5 +1,3 @@ -<%= access_involvement_advance_button collection, Current.user %> - <%= link_to edit_collection_path(collection), class: "btn tooltip" do %> <%= icon_tag "settings" %> Settings for <%= collection.name %> diff --git a/app/views/cards/index.html.erb b/app/views/cards/index.html.erb index 305b0fbed..258fb089d 100644 --- a/app/views/cards/index.html.erb +++ b/app/views/cards/index.html.erb @@ -11,7 +11,11 @@ <% content_for :header do %> <%= render "filters/menu", user_filtering: @user_filtering %> -
+
+ <% if collection = @filter.single_collection %> + <%= access_involvement_advance_button collection, Current.user %> + <% end %> +

<%= @user_filtering.selected_collections_label %>