Skip to content

Commit 6a9b6e9

Browse files
authored
Merge pull request #179 from stefina/fix/remove-highlight-actions
fix: remove deprecated highlight_actions-attribute
2 parents 0918b94 + aaf4e1c commit 6a9b6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ckanext/showcase/templates/showcase/read.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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

ckanext/showcase/templates/showcase/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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 %}

0 commit comments

Comments
 (0)