Sha256: b230245a8e2cf07a5e2167631f9efcb66943923abc3aa6ef9abeceea61927213

Contents?: true

Size: 387 Bytes

Versions: 98

Compression:

Stored size: 387 Bytes

Contents

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

Version data entries

98 entries across 98 versions & 1 rubygems

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