Sha256: 33f764a1506b1392ad3515a5baec13a65a74e934d5bfca4208effbc7e84d7807

Contents?: true

Size: 511 Bytes

Versions: 15

Compression:

Stored size: 511 Bytes

Contents

<%= render "header", hide_breadcrumbs: local_assigns.fetch(:hide_breadcrumbs, false) if local_assigns.fetch(:header, true) %>

<div class="main-content-area">
  <%= render "trestle/flash/flash" %>
  <%= render "utilities" %>
  <%= render "tabs" %>

  <% if local_assigns.fetch(:wrapper, true) %>
    <%= container do |c| %>
      <%= yield %>

      <% c.sidebar do %>
        <%= content_for(:sidebar) %>
      <% end if content_for?(:sidebar) %>
    <% end %>
  <% else %>
    <%= yield %>
  <% end %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
trestle-0.9.8 app/views/trestle/application/_layout.html.erb
trestle-0.9.7 app/views/trestle/application/_layout.html.erb
trestle-0.9.6 app/views/trestle/application/_layout.html.erb
trestle-0.9.5 app/views/trestle/application/_layout.html.erb
trestle-0.9.4 app/views/trestle/application/_layout.html.erb
trestle-0.9.3 app/views/trestle/application/_layout.html.erb
trestle-0.9.2 app/views/trestle/application/_layout.html.erb
trestle-0.9.1 app/views/trestle/application/_layout.html.erb
trestle-0.9.0 app/views/trestle/application/_layout.html.erb
trestle-0.8.13 app/views/trestle/application/_layout.html.erb
trestle-0.8.12 app/views/trestle/application/_layout.html.erb
trestle-0.8.11 app/views/trestle/application/_layout.html.erb
trestle-0.8.10 app/views/trestle/application/_layout.html.erb
trestle-0.8.9 app/views/trestle/application/_layout.html.erb
trestle-0.8.8 app/views/trestle/application/_layout.html.erb