Sha256: 1ecd55ec35df74af4f54c13b4a079c4cb3031c1b458cba1de4a464ac61b9ab80

Contents?: true

Size: 810 Bytes

Versions: 120

Compression:

Stored size: 810 Bytes

Contents

<% showcase.sample "Basic" do %>
  <%= render "shared/cell" do |cell| %>
    <% cell.memberships "Membership" %>
    <% cell.title "Title" %>
    <% cell.actions "Action" %>
    <% cell.status "Status" %>
  <% end %>
<% end %>

<% showcase.sample "With completion percentage" do %>
  <%= render "shared/cell", completion_percent: 10 do |cell| %>
    <% cell.memberships "Membership" %>
    <% cell.title "Title" %>
    <% cell.actions tag.a("Actions", class: "button-alternative") %>
    <% cell.status "Status" %>
  <% end %>
<% end %>


<% showcase.options.context :nice_partials do |o| %>
  <% o.optional :completion_percent %>
  <% o.optional.content_block :memberships %>
  <% o.optional.content_block :title %>
  <% o.optional.content_block :actions %>
  <% o.optional.content_block :status %>
<% end %>

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.7.18 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.17 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.16 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.15 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.14 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.13 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.12 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.11 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.10 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.9 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.3 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.2 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.1 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.6.38 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.6.37 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.6.36 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.6.35 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.6.34 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.6.33 app/views/showcase/previews/partials/_cell.html.erb