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.14.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.13.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.12.3 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.12.2 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.12.1 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.12.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.11.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.10.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.9.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.8.5 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.8.4 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.8.3 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.8.2 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.8.1 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.8.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.23 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.22 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.21 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.20 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.7.19 app/views/showcase/previews/partials/_cell.html.erb