<% @page_title = "Add people" %> <% content_for :header do %>
<%= link_to account_settings_path, class: "btn btn--back borderless txt-medium", data: { controller: "hotkey", action: "keydown.left@document->hotkey#click" } do %> <%= icon_tag "arrow-left" %> Back to Account Settings <% end %>
<% end %>

<%= @page_title %>

Share the link below to invite people to this account

<% url = join_url(code: @join_code.code, script_name: Current.account.slug) %>
<% if Current.user.admin? %> <%= button_to account_join_code_path, method: :delete, class: "btn btn--circle txt-small", data: { turbo_confirm: "Are you sure you want to generate a new link? The previous code will stop working." } do %> <%= icon_tag "refresh" %> Generate a new code <% end %> <% end %>
<%= tag.button class: "btn btn--link", data: { controller: "copy-to-clipboard", action: "copy-to-clipboard#copy", copy_to_clipboard_success_class: "btn--success", copy_to_clipboard_content_value: url } do %> <%= icon_tag "copy-paste" %> Copy invite link <% end %>
<%= tag.button class: "btn", data: { action: "dialog#open" } do %> <%= icon_tag "qr-code" %> Get QR code <% end %>

Scan this code with the camera on your mobile device

<%= qr_code_image(url) %>