Skip to content

Commit

Permalink
[2375] Add Dataset menu item back into the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 14, 2012
1 parent 8403a1c commit 59afd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/header.html
Expand Up @@ -37,7 +37,7 @@ <h1><a href="{{ h.url('home') }}">{{ g.site_title }}</a></h1>
{% endif %}
<nav>
<ul class="unstyled">
{{ h.build_nav_main(('add dataset', _('Add Dataset'), 'package_create'), ('default_group', _('Groups')), ('about', _('About'))) }}
{{ h.build_nav_main(('add dataset', _('Add Dataset'), 'package_create'), ('search', _('Datasets')), ('default_group', _('Groups')), ('about', _('About'))) }}
</ul>
</nav>
</div>
Expand Down

0 comments on commit 59afd40

Please sign in to comment.