Sha256: 1b60fe5c5cb2b49c517d36fbee35ee9419c00ba5010936ad2044a3e3fcb1beee

Contents?: true

Size: 698 Bytes

Versions: 10

Compression:

Stored size: 698 Bytes

Contents

<div class="navbar navbar-default navbar-fixed-top" role="navigation">
  <div class="container">
    <div class="navbar-header">
      <button class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
        <span class="sr-only">+</span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>
      <%= link_to Iqvoc.config["title"], root_path, :class => "navbar-brand" %>
    </div>

    <div class="navbar-collapse collapse">
      <ul class="nav navbar-nav">
        <%= nav_items Iqvoc.navigation_items %>
      </ul>

      <%= render "layouts/controls" %>
    </div>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
iqvoc-4.8.2 app/views/layouts/_navigation.html.erb
iqvoc-4.8.1 app/views/layouts/_navigation.html.erb
iqvoc-4.8.0 app/views/layouts/_navigation.html.erb
iqvoc-4.7.0 app/views/layouts/_navigation.html.erb
iqvoc-4.6.1 app/views/layouts/_navigation.html.erb
iqvoc-4.5.2 app/views/layouts/_navigation.html.erb
iqvoc-4.6.0 app/views/layouts/_navigation.html.erb
iqvoc-4.5.1 app/views/layouts/_navigation.html.erb
iqvoc-4.5.0 app/views/layouts/_navigation.html.erb
iqvoc-4.4.0 app/views/layouts/_navigation.html.erb