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.0.62 app/views/account/invitations/show.html.erb
bullet_train-1.0.61 app/views/account/invitations/show.html.erb
bullet_train-1.0.60 app/views/account/invitations/show.html.erb
bullet_train-1.0.59 app/views/account/invitations/show.html.erb
bullet_train-1.0.58 app/views/account/invitations/show.html.erb
bullet_train-1.0.57 app/views/account/invitations/show.html.erb
bullet_train-1.0.56 app/views/account/invitations/show.html.erb
bullet_train-1.0.53 app/views/account/invitations/show.html.erb
bullet_train-1.0.52 app/views/account/invitations/show.html.erb
bullet_train-1.0.51 app/views/account/invitations/show.html.erb
bullet_train-1.0.50 app/views/account/invitations/show.html.erb
bullet_train-1.0.49 app/views/account/invitations/show.html.erb
bullet_train-1.0.48 app/views/account/invitations/show.html.erb
bullet_train-1.0.47 app/views/account/invitations/show.html.erb
bullet_train-1.0.46 app/views/account/invitations/show.html.erb
bullet_train-1.0.45 app/views/account/invitations/show.html.erb
bullet_train-1.0.42 app/views/account/invitations/show.html.erb
bullet_train-1.0.41 app/views/account/invitations/show.html.erb
bullet_train-1.0.40 app/views/account/invitations/show.html.erb
bullet_train-1.0.39 app/views/account/invitations/show.html.erb