Sha256: 7c29f3a1c250b3bbd95c99206713715a4dff662cd15d87822cb97b42b47e35ca

Contents?: true

Size: 861 Bytes

Versions: 4

Compression:

Stored size: 861 Bytes

Contents

<header class="content-header">
  <div class="content-header-title">
    <h1>
      <%= content_for(:title) %>
    </h1>

    <% unless local_assigns.fetch(:hide_breadcrumbs, false) %>
    <ol class="breadcrumb">
      <% breadcrumbs.each do |breadcrumb| %>
        <li class="breadcrumb-item<% if breadcrumb == breadcrumbs.last %> active<% end %>">
          <%= link_to breadcrumb.label, breadcrumb.path %>
        </li>
      <% end %>
    </ol>
    <% end %>
  </div>

  <div class="content-header-toolbars">
    <div class="btn-toolbar primary-toolbar" role="toolbar">
      <%= render_toolbar(toolbar(:primary)) %>
      <%= deprecated_toolbar(:primary) %>
    </div>

    <div class="btn-toolbar secondary-toolbar" role="toolbar">
      <%= render_toolbar(toolbar(:secondary)) %>
      <%= deprecated_toolbar(:secondary) %>
    </div>
  </div>
</header>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trestle-0.9.1 app/views/trestle/application/_header.html.erb
trestle-0.9.0 app/views/trestle/application/_header.html.erb
trestle-0.8.13 app/views/trestle/application/_header.html.erb
trestle-0.8.12 app/views/trestle/application/_header.html.erb