Balance buttons

This commit is contained in:
Jason Zimdars
2025-08-28 14:12:01 -05:00
parent 0ffaf75c32
commit b1feebb129
2 changed files with 5 additions and 3 deletions
@@ -1,5 +1,3 @@
<%= access_involvement_advance_button collection, Current.user %>
<%= link_to edit_collection_path(collection), class: "btn tooltip" do %>
<%= icon_tag "settings" %>
<span class="for-screen-reader">Settings for <%= collection.name %></span>
+5 -1
View File
@@ -11,7 +11,11 @@
<% content_for :header do %>
<%= render "filters/menu", user_filtering: @user_filtering %>
<div class="header__actions header__actions--start"></div>
<div class="header__actions header__actions--start">
<% if collection = @filter.single_collection %>
<%= access_involvement_advance_button collection, Current.user %>
<% end %>
</div>
<h1 class="header__title overflow-ellipsis" style="view-transistion-name: card-collection-title">
<%= @user_filtering.selected_collections_label %>