Sha256: 6ebe19d946c515d9bb60d2c364ab6196da10bcfc7f5d94752d35c985101b1876

Contents?: true

Size: 1.22 KB

Versions: 119

Compression:

Stored size: 1.22 KB

Contents

<%= render 'account/shared/workflow/box' do |p| %>
  <% p.content_for :title, t(".join_team") %>
  <% p.content_for :body do %>
    <div class="space-y">
      <% if !@invitation.is_for?(current_user) %>
        <p><%= raw t('.has_invited', user_name: @invitation.from_membership.name) %></p>

        <%= render 'account/shared/alert' do %>
          <%= raw t('.alert', invitation_email: @invitation.email, user_email: current_user.email) %>
        <% end %>

        <p><%= t('.you_can') %></p>

        <div class="space-y-3 pb-1">
          <p><%= raw t('.accept_the_invitation', user_email: current_user.email) %></p>
          <%= link_to t('.buttons.join_team'), accept_account_invitation_path(@invitation.uuid), method: :post, class: 'button full' %>
        </div>

        <%= render 'account/shared/decision_line' %>

        <div class="space-y-3">
          <p><%= t('.sign_out') %></p>
          <%= link_to t('.buttons.logout'), main_app.destroy_user_session_path, method: 'delete', class: 'button-alternative full' %>
        </div>
      <% else %>
        <%= link_to t('.buttons.join_team'), accept_account_invitation_path(@invitation.uuid), method: :post, class: 'button full' %>
      <% end %>
    </div>
  <% end %>
<% end %>

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
bullet_train-1.2.20 app/views/account/invitations/show.html.erb
bullet_train-1.2.19 app/views/account/invitations/show.html.erb
bullet_train-1.2.18 app/views/account/invitations/show.html.erb
bullet_train-1.2.17 app/views/account/invitations/show.html.erb
bullet_train-1.2.16 app/views/account/invitations/show.html.erb
bullet_train-1.2.15 app/views/account/invitations/show.html.erb
bullet_train-1.2.14 app/views/account/invitations/show.html.erb
bullet_train-1.2.13 app/views/account/invitations/show.html.erb
bullet_train-1.2.12 app/views/account/invitations/show.html.erb
bullet_train-1.2.11 app/views/account/invitations/show.html.erb
bullet_train-1.2.10 app/views/account/invitations/show.html.erb
bullet_train-1.2.9 app/views/account/invitations/show.html.erb
bullet_train-1.2.8 app/views/account/invitations/show.html.erb
bullet_train-1.2.7 app/views/account/invitations/show.html.erb
bullet_train-1.2.6 app/views/account/invitations/show.html.erb
bullet_train-1.2.5 app/views/account/invitations/show.html.erb
bullet_train-1.2.4 app/views/account/invitations/show.html.erb
bullet_train-1.2.3 app/views/account/invitations/show.html.erb
bullet_train-1.2.2 app/views/account/invitations/show.html.erb
bullet_train-1.2.1 app/views/account/invitations/show.html.erb