From e3f0c2da04f799eb3e8fe8d17775a20ae5488faa Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 17 Oct 2025 10:40:33 -0500 Subject: [PATCH] Link to invite from the account screen --- app/views/account/settings/_users.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/account/settings/_users.html.erb b/app/views/account/settings/_users.html.erb index 6011b7e3a..62cdc2de4 100644 --- a/app/views/account/settings/_users.html.erb +++ b/app/views/account/settings/_users.html.erb @@ -5,6 +5,11 @@ navigable-list-actionable-items-value="true">

People on the account

+ <%= link_to account_join_code_path, class: "btn btn--link center" do %> + <%= icon_tag "add" %> + Add people + <% end %> +