Sha256: 35533d50ba5df0e20f1d8125702389217be46a1185fab633866736e1cd1a6663

Contents?: true

Size: 441 Bytes

Versions: 21

Compression:

Stored size: 441 Bytes

Contents

<%= render 'account/shared/page' do |p| %>
  <% p.content_for :title, t('.section') %>
  <% p.content_for :body do %>
    <% if @memberships.current_and_invited.any? %>
      <%= render 'index' do %>
        <%= render @memberships.current_and_invited.includes(:user) %>
      <% end %>
    <% end %>

    <%= render 'tombstones', memberships: @memberships.tombstones.includes(:user) if @memberships.tombstones.any? %>
  <% end %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

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