Merge pull request #1217 from basecamp/reverse-notifiction-icons

Reverse involvement buttons if watching
This commit is contained in:
Andy Smith
2025-10-02 14:33:20 -05:00
committed by GitHub
+1 -1
View File
@@ -50,7 +50,7 @@ module AccessesHelper
collection_involvement_path(collection),
method: :put,
aria: { labelledby: involvement_label_id },
class: "btn",
class: class_names("btn", { "btn--reversed": access.involvement == "watching" }),
params: { show_watchers: show_watchers, involvement: next_involvement(access.involvement), icon_only: icon_only }
) do
safe_join([