Skip to content

Commit

Permalink
[#3016] Fix header nav links to be more readable and sort group_index
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Nov 14, 2012
1 parent 228d894 commit 620e3f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ckan/templates/header.html
Expand Up @@ -64,7 +64,12 @@ <h1>
</form>
<nav class="first section navigation">
<ul class="unstyled">
{{ h.build_nav_main(('add dataset', _('Add Dataset'), 'package_create'), ('search', _('Datasets')), ('default_group', _('Groups')), ('about', _('About'))) }}
{{ h.build_nav_main(
('add dataset', _('Add Dataset'), 'package_create'),
('search', _('Datasets')),
('group_index', _('Groups')),
('about', _('About'))
) }}
</ul>
</nav>
</div>
Expand Down

0 comments on commit 620e3f3

Please sign in to comment.