Sha256: 09eba14badf35fdcbeb525abfed31805b66bfb25bb0244db09f995aa26e6f9b3

Contents?: true

Size: 1.32 KB

Versions: 34

Compression:

Stored size: 1.32 KB

Contents

<nav class="navbar navbar-inverse" role="navigation">
  <div class="container-fluid">
    <!-- Collect the nav links, forms, and other content for toggling -->
    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
      <ul class="nav navbar-nav">
        <li class="active"><%%= link_to "Admin", main_app.admin_path %></a></li>
        <li class="dropdown">
          <a href="#" class="dropdown-toggle" data-toggle="dropdown"> Engines <span class="caret"></span></a>
          <ul class="dropdown-menu" role="menu">
            <% if !options.user? && !options.arcadex? %>
              <!-- <li class="list-group-item active">User Engine</li> -->
            <% else %>
              <% if options.user? %>
                <li class="list-group-item active">People</li>
                <li><%%= link_to "Users", people.users_path %></li>
              <% end %>
              <% if options.arcadex? %>
                <li class="list-group-item active">Arcadex</li>
                <li><%%= link_to "Tokens", arcadex.tokens_path %></li>
              <% end %>
            <% end %>
          </ul>
        </li>
      </ul>

      <ul class="nav navbar-nav navbar-right">
        <li><%%= link_to "Root", main_app.root_path %></li>
      </ul>
    </div><!-- /.navbar-collapse -->
  </div><!-- /.container-fluid -->
</nav>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
json_voorhees-1.5.1 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.5.0 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.9 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.8 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.7 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.6 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.5 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.2 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.1 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.4.0 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.3.2 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.3.1 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.3.0 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-1.0.0 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-0.5.5 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-0.5.4 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-0.5.3 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-0.5.2 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-0.5.1 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb
json_voorhees-0.5.0 lib/generators/json_voorhees/app_make_admin/templates/views/_header.html.erb