Sha256: bd2eee3b25569d606f30f4ed1cbca06d5edf6148ccb464bda1ebe55dc494b813

Contents?: true

Size: 667 Bytes

Versions: 30

Compression:

Stored size: 667 Bytes

Contents

<div class="container">
  <div class="row">

    <div class="span3">
      <%= render 'layouts/admin_sidebar' %>
    </div>

    <div class="span9">
      <div class="row">
        <div class="span12">
          <% if flash[:notice] %>
            <div class='alert alert-success'>
              <%= flash[:notice] %>
            </div>
          <% end %>
          <% if flash[:error] %>
            <div class='alert alert-error'>
              <%= flash[:error] %>
            </div>
          <% end %>
          <p>
            <%= yield %>
          </p>
      </div>
      </div>
    </div>
  </div>

  <hr />

  <%= render '/layouts/admin_footer' %>

</div>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.23 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.21 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.20 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.19 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.17 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.16 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.15 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.14 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.14.rc2 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.14.rc1 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.13 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.12 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.11 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.10 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.9 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.8 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.7 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.5 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.4.beta1 app/views/layouts/_container.html.erb
nimbleshop_core-0.0.4 app/views/layouts/_container.html.erb