Sha256: fabed20881fea7bc92f1eda71cf728b2ebb429f7f5fe48b9492f72b569735b7c
Contents?: true
Size: 675 Bytes
Versions: 22
Compression:
Stored size: 675 Bytes
Contents
<%unless params[:render] == 'modal'%> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-lg-3"> <h2> <% if content_for? :header %> <%= yield :header %> <% end %> </h2> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <% if content_for? :breadcumb %> <%= yield :breadcumb %> <% end %> </ol> </div> <div class="col-lg-9"> <div class="pull-right"> <% if content_for? :scopes %> <%= yield :scopes %> <% end %> </div> </div> </div> <% end %> <% if content_for? :corpo %> <%= yield :corpo %> <% end %> <% if content_for? :modal %> <%= yield :modal %> <% end %>
Version data entries
22 entries across 22 versions & 1 rubygems