Sha256: 830cca9dc3e84ecc27e39355c031fd32e8b34ff7e85ece645f058d3c1faadc3c
Contents?: true
Size: 854 Bytes
Versions: 9
Compression:
Stored size: 854 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> <%= link_to root_path do %> Home <% end %> </li> <% if content_for? :breadcumb %> <%= yield :breadcumb %> <% end %> </ol> </div> <div class="col-lg-9"> <div class="pull-right"> <% unless @crud_helper.layout[1].present? and @crud_helper.layout[1].call() and @crud_helper.layout[0] == "escopo_lateral" %> <% if content_for? :scopes %> <%= yield :scopes %> <% end %> <% end %> </div> </div> </div> <% end %> <% if content_for? :corpo %> <%= yield :corpo %> <% end %> <% if content_for? :modal %> <%= yield :modal %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems