Sha256: d1f2f9ac98e28be849915385e100e8f1a962e5243892303f149b56cf4e32231a

Contents?: true

Size: 909 Bytes

Versions: 52

Compression:

Stored size: 909 Bytes

Contents

<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
  <div class="container">
    <div class="navbar-header scrolling">
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
        <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
      </button>

      <a href="#top" class="navbar-brand img-logo scrolling" title="<%= Wbase.site_name %>">
        <img src="/logos/white-logo-100x100.png" style="max-height: 45px" alt="Logo">
      </a>
    </div>

    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
      <ul class="nav navbar-nav navbar-right">
        <% Wbase.nav_items.each do |title, path| %>
          <li> <a class="scrolling" href="<%= path %>"><%= title %></a> </li>
        <% end %>
      </ul>
    </div>
  </div>
</nav><!-- end of navigation -->

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
wbase-0.3.20 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.19 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.18 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.17 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.16 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.15 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.14 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.13 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.12 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.11 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.10 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.9 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.8 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.7 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.6 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.5 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.4 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.3 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.2 app/views/wbase/static_pages/landing/_nav.html.erb
wbase-0.3.1 app/views/wbase/static_pages/landing/_nav.html.erb