Skip to content

Commit

Permalink
[#471] Fix template for nav_named_link() removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 26, 2013
1 parent 55dec0d commit ac5bacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates_legacy/layout_base.html
Expand Up @@ -75,7 +75,7 @@
<div id="mainmenu">
<span py:if="h.check_access('package_create')">${h.nav_link(_('Add a dataset'), controller='package', action='new')}</span>
${h.nav_link(_('Search'), controller='package', action='search', highlight_actions = 'new index')}
${h.nav_named_link(_('Groups'), name='%s_index' % h.default_group_type() )}
${h.build_nav('%s_index' % h.default_group_type(), _('Groups'))}
${h.nav_link(_('About'), controller='home', action='about')}
</div>
</div>
Expand Down

0 comments on commit ac5bacc

Please sign in to comment.