File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ckanext/showcase/templates/showcase Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838
3939{% block breadcrumb_content %}
4040 {% set showcase = pkg.title or pkg.name %}
41- < li > {{ h.nav_link(_('Showcases'), named_route=showcase_index_route, highlight_actions = 'new index' ) }}</ li >
41+ < li > {{ h.nav_link(_('Showcases'), named_route=showcase_index_route) }}</ li >
4242 < li {{ self.breadcrumb_content_selected() }} > {% link_for showcase|truncate(30), named_route=showcase_read_route, id=pkg.name %}</ li >
4343{% endblock %}
4444
Original file line number Diff line number Diff line change 88{% block subtitle %}{{ _("Showcases") }}{% endblock %}
99
1010{% block breadcrumb_content %}
11- < li class ="active "> {{ h.nav_link(_('Showcases'), named_route=showcase_index_route, highlight_actions = 'new index' ) }}</ li >
11+ < li class ="active "> {{ h.nav_link(_('Showcases'), named_route=showcase_index_route) }}</ li >
1212{% endblock %}
1313
1414{% block page_primary_action %}
You can’t perform that action at this time.
0 commit comments