Sha256: c88e8e72fcb949125ce5dce1d2eeed6f3828333d2244eb66a3bbff5c80f75fe3

Contents?: true

Size: 822 Bytes

Versions: 15

Compression:

Stored size: 822 Bytes

Contents

<div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
  <div class="max-w-2xl mx-auto ">

    <% if breadcrumb? %>
      <%= breadcrumb %>
    <% end %>

    <div class="my-5 mb-10">
      <div class="mt-2 md:flex md:items-center md:justify-between">

        <% if title? %>
          <%= title %>
        <% end %>

        <% if delete_button? %>
          <%= delete_button %>
        <% end %>

      </div>
    </div>

    <% if @nav_bar %>
      <%= render(@nav_bar) %>
    <% end %>

    <% if item.is_a?(ApplicationRecord) && item.errors.any? %>
      <div class="error-message">
        <%= render('layouts/errors', errors: item.errors.full_messages.to_sentence.capitalize) %>
      </div>
    <% end %>

    <div class="px-4 bg-white shadow sm:p-6 sm:rounded-md">
      <%= content %>
    </div>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tybo-0.4.1 app/components/form_component.html.erb
tybo-0.4.0 app/components/form_component.html.erb
tybo-0.3.26 app/components/form_component.html.erb
tybo-0.3.24 app/components/form_component.html.erb
tybo-0.3.23 app/components/form_component.html.erb
tybo-0.3.22 app/components/form_component.html.erb
tybo-0.3.21 app/components/form_component.html.erb
tybo-0.3.20 app/components/form_component.html.erb
tybo-0.3.19 app/components/form_component.html.erb
tybo-0.3.18 app/components/form_component.html.erb
tybo-0.3.17 app/components/form_component.html.erb
tybo-0.3.16 app/components/form_component.html.erb
tybo-0.3.15 app/components/form_component.html.erb
tybo-0.3.14 app/components/form_component.html.erb
tybo-0.3.13 app/components/form_component.html.erb