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.3.13 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.12 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.11 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.10 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.9 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.8 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.7 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.6 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.5 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.4 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.3 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.2 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.1 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.3.0 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.2.27 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.2.26 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.2.25 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.2.24 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.2.23 app/views/showcase/previews/partials/_cell.html.erb
bullet_train-themes-light-1.2.22 app/views/showcase/previews/partials/_cell.html.erb