Sha256: 229619ed218b16611b6316cd6dfec1ea6588e9b030e85af9d2c3879c79cc1aad

Contents?: true

Size: 966 Bytes

Versions: 20

Compression:

Stored size: 966 Bytes

Contents

<% yield p = np %>

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

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

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

  <div>
    <%= p.content_for :raw_body %>
  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.2.10 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.9 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.8 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.7 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.6 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.5 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.4 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.3 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.2 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.1 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.2.0 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.52 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.51 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.50 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.49 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.48 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.47 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.43 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.44 app/views/themes/light/_well.html.erb
bullet_train-themes-light-1.0.42 app/views/themes/light/_well.html.erb