Sha256: f4b6f335e6e8e4a5cb9237d2a194413cde9f0a6decb308daa54afe77b924327b

Contents?: true

Size: 365 Bytes

Versions: 9

Compression:

Stored size: 365 Bytes

Contents

<div class="sm:flex sm:items-center">
  <div class="sm:flex-auto">
    <h1 class="text-xl font-semibold text-gray-900">
      <%= @title %>
    </h1>
    <p class="mt-2 text-sm text-gray-700">
      <%= @subtitle %>
    </p>
  </div>

  <% if export_button? %>
    <%= export_button %>
  <% end %>

    <% if add_button? %>
    <%= add_button %>
  <% end %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tybo-0.0.32 app/components/index_header_component.html.erb
tybo-0.0.31 app/components/index_header_component.html.erb
tybo-0.0.30 app/components/index_header_component.html.erb
tybo-0.0.29 app/components/index_header_component.html.erb
tybo-0.0.28 app/components/index_header_component.html.erb
tybo-0.0.27 app/components/index_header_component.html.erb
tybo-0.0.26 app/components/index_header_component.html.erb
tybo-0.0.24 app/components/index_header_component.html.erb
tybo-0.0.23 app/components/index_header_component.html.erb