Sha256: 531585e8f566d7722496bcc50df2b8a021062ced17a4bdf25033f95bbadc38e5
Contents?: true
Size: 797 Bytes
Versions: 2
Compression:
Stored size: 797 Bytes
Contents
<div id="main-container" class="container no_columns_template"> <div class="row"> <%= layout_settings_header(@layout_helper) %> <% if @mega_layout_sections['full_top'].present? %> <div class='layout_section full_top col-xs-12'><%= @mega_layout_sections['full_top'][0]%></div> <% end %> <% if @mega_layout_sections['main'].present? %> <div class='layout_section main col-xs-12'><%= @mega_layout_sections['main'][0]%></div> <% end %> <% if @mega_layout_sections['full_end'].present? %> <div class='layout_section full_end col-xs-12'><%= @mega_layout_sections['full_end'][0]%></div> <% end %> <div class='links col-xs-12 layout_help_link'><%= render partial: 'mega_bar_help_links', :locals => {:links => layout_help_links} %></div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mega_bar-0.5.2 | app/views/mega_bar/master_layouts/no_columns.html.erb |
mega_bar-0.5.1 | app/views/mega_bar/master_layouts/no_columns.html.erb |