Skip to content

Commit

Permalink
Add dropdown to top navigation
Browse files Browse the repository at this point in the history
This changes the top navigation to show the dropdown for all objects one
level down
  • Loading branch information
Knut Hühne committed Jul 7, 2016
1 parent d0b98a0 commit 36e6e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/general.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="brand">
{% include 'includes/nav_secondary.html' %}
</ul>
<ul class="primary nav">
{% show_menu_below_id "home" 0 0 0 0 "menu/menu.html" %}
{% show_menu_below_id "home" 0 1 1 100 "menu/menu.html" %}
<li>
<label for="search">
<span class="icon-search" aria-hidden="true"></span>
Expand Down

0 comments on commit 36e6e80

Please sign in to comment.