Sha256: df50df493e0a508f316cad01bb650bbb9fd4234214939a8adb8b1e8310ef8e4b

Contents?: true

Size: 1.63 KB

Versions: 30

Compression:

Stored size: 1.63 KB

Contents

<div class="navbar navbar-fixed-top">
  <div class="navbar-inner">
    <div class="container">
      <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </a>
      <div class="nav-collapse">
        <ul class="nav">
          <%= admin_topbar( "Admin" ,            main_app.admin_path, 'admin_path') %>
          <%= admin_topbar('Orders',             main_app.admin_orders_path,          'admin_orders_path') %>
          <%= admin_topbar('Products',           main_app.admin_products_path,        'admin_products_path') %>
          <%= admin_topbar('Custom fields',      main_app.admin_custom_fields_path,   'admin_custom_fields_path') %>
          <%= admin_topbar('Product groups',     main_app.admin_product_groups_path,  'admin_product_groups_path') %>
          <%= admin_topbar('Link groups',        main_app.admin_link_groups_path,     'admin_link_groups_path') %>
          <%= admin_topbar('Shipping zones',     main_app.admin_shipping_zones_path,  'admin_shipping_zones_path') %>
          <%= admin_topbar('Payment methods',    main_app.admin_payment_methods_path, 'admin_payment_methods_path') %>
          <%= admin_topbar('Shop configuration', main_app.edit_admin_shop_path,       'edit_admin_shop_path') %>
        </ul>
        <ul class='nav pull-right'>
          <li><a href="http://nimbleshop.org/docsindex">Documentation</a></li>
          <li>
            <%= link_to 'Go to shop →', main_app.root_url, class: 'go-to-shop' %> 
          </li>
        </ul>
      </div>
    </div>
  </div>
</div>

Version data entries

30 entries across 30 versions & 1 rubygems

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