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 %> +