Skip to content

Commit

Permalink
[2375] Fix the breadcrumb on the create dataset page
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 14, 2012
1 parent ded64ab commit e1bec7d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
<ol class="breadcrumb">
<li class="home"><a href="hide-text ckan-icon ckan-icon-bookmark" href="{{ h.url('home') }}">{{ _('Home') }}</a></li>
<li class="home hide-text"><a class="ckan-icon ckan-icon-bookmark" href="{{ h.url('home') }}">Home</a></li>
<li>{% link_for _('Datasets'), controller='package', action='search', highlight_actions = 'new index' %}</li>
<li class="active">{% link_for _('Create Dataset'), controller='package', action='new' %}</li>
</ol>

0 comments on commit e1bec7d

Please sign in to comment.