Sha256: e8362bfa2e365b57e318c9a7e4f922ef6485344ad77b0c2e54ea75f477309f44

Contents?: true

Size: 930 Bytes

Versions: 2

Compression:

Stored size: 930 Bytes

Contents

<div id="main-container" class="container left_column_template">
 <div class="row">
    <% 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 left_column col-xs-8'><%= @mega_layout_sections['main'][0]%></div>
    <% end %>
    <% if @mega_layout_sections['right_column'].present? %>
      <div class='layout_section main col-xs-4'><%= @mega_layout_sections['right_column'][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/right_column.html.erb
mega_bar-0.5.1 app/views/mega_bar/master_layouts/right_column.html.erb