<%= @page_title %>
How many times can this link be used to join the account?
This code has been used <%= @join_code.usage_count %>/<%= @join_code.usage_limit %> times.
<%= form.button type: :submit, class: "btn btn--link center txt-medium", data: { form_target: "submit" } do %> Save changes <% end %> <%= link_to "Go back", account_join_code_path, data: { form_target: "cancel" }, hidden: true %> <% end %>