Skip to content

Commit

Permalink
Merge pull request #4820 from ckan/4405-breadcrumb-fix
Browse files Browse the repository at this point in the history
[#4405] Fix breadcrumb on /datasets
  • Loading branch information
wardi committed May 30, 2019
2 parents b5aeb79 + 40cda6d commit 8ed0534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/search.html
Expand Up @@ -4,7 +4,7 @@
{% block subtitle %}{{ _("Datasets") }}{% endblock %}

{% block breadcrumb_content %}
<li class="active">{{ h.nav_link(_(dataset_type.title() + 's'), controller='package', action='search', named_route=dataset_type + '_search', highlight_actions = 'new index') }}</li>
<li class="active">{{ h.nav_link(_(dataset_type.title() + 's'), controller='package', action='search', named_route='search') }}</li>
{% endblock %}

{% block primary_content %}
Expand Down

0 comments on commit 8ed0534

Please sign in to comment.