Sha256: 74047162086e245511eb1511e7958237aefd793038c46104ed0f413a48589abc

Contents?: true

Size: 860 Bytes

Versions: 125

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

125 entries across 125 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.7.21 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.20 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.19 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.18 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.17 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.16 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.15 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.14 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.13 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.12 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.11 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.10 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.9 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.3 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.2 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.1 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.7.0 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.38 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.37 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.6.36 app/views/themes/light/_well.html.erb