Sha256: f5c9e0dd021746bd1284bdc7ecb95a918803516c4f79fa269e0e6574dbdd4ecf
Contents?: true
Size: 840 Bytes
Versions: 47
Compression:
Stored size: 840 Bytes
Contents
<% if content_for?(:page_title) || content_for?(:page_actions) %> <div class="content-header <%= "with-page-tabs" if content_for?(:page_tabs) %> page-header"> <div class="row"> <% if content_for?(:page_title) %> <h1 class="col-sm-<%= content_for?(:page_actions) ? '6' : '12' %>"> <%= yield :page_title %> <% if content_for?(:page_title_small) %> <small><%= yield :page_title_small %></small> <% end %> </h1> <% end %> <% if content_for?(:page_actions) %> <div class="page-actions col-sm-6" data-hook="toolbar"> <%= yield :page_actions %> </div> <% end %> <% if content_for?(:page_tabs) %> <ul class="nav nav-tabs"> <%= yield :page_tabs %> </ul> <% end %> </div> </div> <% end %>
Version data entries
47 entries across 47 versions & 1 rubygems