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.4.7 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.4.6 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.4.5 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.4.4 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.4.3 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.4.2 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.4.1 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.4.0 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.25 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.24 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.23 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.22 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.21 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.20 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.19 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.18 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.17 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.16 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.15 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.3.14 app/views/themes/light/_well.html.erb