Sha256: 5419f72a50c21827d4c1333ea294e408363003c7ba598abd756323019b884fe7

Contents?: true

Size: 1.05 KB

Versions: 17

Compression:

Stored size: 1.05 KB

Contents

<% yield p = np %>

<% completion_percent ||= nil %>

<div class="py-4 px-8 w-full space-y-3">
  <div class="flex space-x-4">
    <% if p.content_for? :memberships %>
      <div class="flex-0">
        <%= p.content_for :memberships %>
      </div>
    <% end %>

    <div class="flex-1">
      <div class="flex">
        <div class="flex-1 space-y-4 py-1">
          <div>
            <%= p.content_for :title %>
          </div>
        </div>

        <% if p.content_for? :actions %>
          <div class="flex-0">
            <%= p.content_for :actions %>
          </div>
        <% end %>
      </div>

      <% if completion_percent %>
        <div class="mt-3 h-4 bg-gray-100 shadow-inner rounded w-full">
          <div class="h-4 animate-pulse bg-blue rounded" style="width: <%= completion_percent %>%"></div>
        </div>
      <% end %>

      <% if p.content_for? :status %>
        <div class="<% "mt-2" if completion_percent %> uppercase text-xs text-gray-400">
          <%= p.content_for :status %>
        </div>
      <% end %>
    </div>
  </div>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.0.16 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.15 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.14 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.13 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.12 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.11 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.10 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.9 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.8 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.7 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.6 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.5 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.4 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.3 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.2 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.1 app/views/themes/light/_cell.html.erb
bullet_train-themes-light-1.0.0 app/views/themes/light/_cell.html.erb