Sha256: 131843d0c532dd1b51b4fa5d40a84fe093e0d12e3edce2106229c449df9a1d5c

Contents?: true

Size: 1.25 KB

Versions: 119

Compression:

Stored size: 1.25 KB

Contents

<% @title = t('.header') %>

<%= render 'account/shared/workflow/box' do |p| %>
  <% p.content_for :title, @title %>
  <% p.content_for :body do %>
    <% within_fields_namespace(:self) do %>
      <%= form_for @user, url: account_onboarding_user_email_path(@user), method: :put, html: {class: 'form'} do |f| %>
        <% if @email_taken %>
          <%= render 'account/shared/alert', color: 'red' do %>
            <%= t('.email_taken') %>
          <% end %>
        <% else %>
          <%= render 'account/shared/alert' do %>
            <%= t('.description') %>
          <% end %>

          <%= render 'account/shared/forms/errors', form: f %>
        <% end %>

        <%= render 'shared/fields/email_field', form: f, method: :email, options: {autofocus: true} %>

        <div class="buttons">
          <%= f.submit t('.buttons.next'), class: first_button_primary %>
          <% if current_user.teams.any? %>
            <%= link_to t('global.buttons.back'), main_app.account_teams_path, class: first_button_primary %>
          <% else %>
            <%= link_to t('menus.main.labels.logout'), main_app.destroy_user_session_path, class: first_button_primary, method: 'delete' %>
          <% end %>
        </div>
      <% end %>
    <% end %>
  <% end %>
<% end %>

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
bullet_train-1.0.88 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.87 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.86 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.85 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.83 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.81 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.79 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.76 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.75 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.74 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.72 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.71 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.70 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.69 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.68 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.67 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.66 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.65 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.64 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.0.63 app/views/account/onboarding/user_email/edit.html.erb