Sha256: 8faef8524f95ee6162a278efd6ebd8eae198de77859d170e99b7bcabda7361d6

Contents?: true

Size: 1.23 KB

Versions: 115

Compression:

Stored size: 1.23 KB

Contents

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

<%= render 'account/shared/workflow/box' do |box| %>
  <% box.title @title %>
  <% box.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

115 entries across 115 versions & 1 rubygems

Version Path
bullet_train-1.11.0 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.10.0 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.9.0 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.8.5 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.8.4 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.8.3 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.8.2 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.8.1 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.8.0 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.23 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.22 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.21 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.20 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.19 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.18 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.17 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.16 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.15 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.14 app/views/account/onboarding/user_email/edit.html.erb
bullet_train-1.7.13 app/views/account/onboarding/user_email/edit.html.erb