<%= @page_title %>
How many times can this link be used to join the account?
<% @join_code.errors.full_messages.each do |message| %>
<% end %>
<%= message %>
<% end %>This code has been used <%= @join_code.usage_count %>/<%= @join_code.usage_limit_in_database %> 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 %>