Sha256: 74047162086e245511eb1511e7958237aefd793038c46104ed0f413a48589abc

Contents?: true

Size: 860 Bytes

Versions: 122

Compression:

Stored size: 860 Bytes

Contents

<div class="border border-slate-300 dark:border-opacity-10 rounded-md bg-slate-50 dark:bg-opacity-10">
  <% if partial.title? || partial.description? || partial.body? %>
    <div class="py-4 px-5 space-y">
      <% if partial.title? || partial.description? %>
        <div class="space-y-2">
          <% if partial.title? %>
            <h2 class="text-base font-semibold">
              <%= partial.title %>
            </h2>
          <% end %>

          <% if partial.description? %>
            <p class="text-slate-400 font-light leading-normal">
              <%= partial.description %>
            </p>
          <% end %>
        </div>
      <% end %>

      <% if partial.body? %>
        <div class="space-y">
          <%= partial.body %>
        </div>
      <% end %>
    </div>
  <% end %>

  <div>
    <%= partial.raw_body %>
  </div>
</div>

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.6.32 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.31 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.30 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.29 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.28 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.27 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.26 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.25 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.24 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.23 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.22 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.21 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.20 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.19 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.18 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.17 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.16 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.15 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.14 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.13 app/views/themes/light/_well.html.erb