Sha256: 7d9b862266774a1f49be66889e6a76b90e33fef8b883373023c2327c2719bdce

Contents?: true

Size: 551 Bytes

Versions: 87

Compression:

Stored size: 551 Bytes

Contents

<% showcase.sample "Basic" do %>
  <ul>
    <%= render "shared/team" do |cell| %>
      <% cell.name "Name" %>
    <% end %>
  </ul>
<% end %>

<% if defined?(Membership.all) %>
  <% showcase.sample "With Memberships" do %>
    <ol>
      <%= render "shared/team", memberships: Membership.all do |cell| %>
        <% cell.name "Title" %>
      <% end %>
    </ol>
  <% end %>
<% end %>


<% showcase.options.context :nice_partials do |o| %>
  <% o.optional :link_url %>
  <% o.optional :memberships %>
  <% o.optional.content_block :name %>
<% end %>

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.7.0 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.38 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.37 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.36 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.35 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.34 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.33 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.32 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.31 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.30 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.29 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.28 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.27 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.26 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.25 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.24 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.23 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.22 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.21 app/views/showcase/previews/partials/_team.html.erb
bullet_train-themes-light-1.6.20 app/views/showcase/previews/partials/_team.html.erb