<% @page_title = "Sign up" %> <% @body_class = "signup" %> <% content_for :nav do %>
<%= link_to new_session_path, class: "btn flex-item-justify-end" do %> <%= image_tag "login-keys.svg", aria: { hidden: "true" } %> Sign in <% end %>
<% end %> <%= form_with model: @user, url: join_path(params[:join_code]), class: "center" do |form| %>
<%= image_tag "lanyard.svg", class: "nametag__lanyard", aria: { hidden: "true" } %>
<%= account_logo_tag %> <%= Current.account.name %>
<%= translation_button(:user_name) %>
<%= translation_button(:email_address) %>
<%= translation_button(:password) %>
<%= form.button class: "btn btn--reversed center txt-large", type: "submit" do %> <%= image_tag "check.svg", aria: { hidden: "true" } %> Save <% end %>
<% end %> <%= render "accounts/help_contact" %>