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.1.10 app/views/account/memberships/index.html.erb
bullet_train-1.1.9 app/views/account/memberships/index.html.erb
bullet_train-1.1.7 app/views/account/memberships/index.html.erb
bullet_train-1.1.6 app/views/account/memberships/index.html.erb
bullet_train-1.1.5 app/views/account/memberships/index.html.erb
bullet_train-1.1.4 app/views/account/memberships/index.html.erb
bullet_train-1.1.3 app/views/account/memberships/index.html.erb
bullet_train-1.1.2 app/views/account/memberships/index.html.erb
bullet_train-1.1.1 app/views/account/memberships/index.html.erb
bullet_train-1.1.0 app/views/account/memberships/index.html.erb
bullet_train-1.0.99 app/views/account/memberships/index.html.erb
bullet_train-1.0.98 app/views/account/memberships/index.html.erb
bullet_train-1.0.97 app/views/account/memberships/index.html.erb
bullet_train-1.0.96 app/views/account/memberships/index.html.erb
bullet_train-1.0.95 app/views/account/memberships/index.html.erb
bullet_train-1.0.93 app/views/account/memberships/index.html.erb
bullet_train-1.0.92 app/views/account/memberships/index.html.erb
bullet_train-1.0.90 app/views/account/memberships/index.html.erb
bullet_train-1.0.89 app/views/account/memberships/index.html.erb
bullet_train-1.0.88 app/views/account/memberships/index.html.erb