Skip to content

Commit

Permalink
Merge pull request #179 from stefina/fix/remove-highlight-actions
Browse files Browse the repository at this point in the history
fix: remove deprecated highlight_actions-attribute
  • Loading branch information
stefina authored Feb 5, 2025
2 parents 0918b94 + aaf4e1c commit 6a9b6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/showcase/templates/showcase/read.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

{% block breadcrumb_content %}
{% set showcase = pkg.title or pkg.name %}
<li>{{ h.nav_link(_('Showcases'), named_route=showcase_index_route, highlight_actions = 'new index') }}</li>
<li>{{ h.nav_link(_('Showcases'), named_route=showcase_index_route) }}</li>
<li{{ self.breadcrumb_content_selected() }}>{% link_for showcase|truncate(30), named_route=showcase_read_route, id=pkg.name %}</li>
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion ckanext/showcase/templates/showcase/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% block subtitle %}{{ _("Showcases") }}{% endblock %}

{% block breadcrumb_content %}
<li class="active">{{ h.nav_link(_('Showcases'), named_route=showcase_index_route, highlight_actions = 'new index') }}</li>
<li class="active">{{ h.nav_link(_('Showcases'), named_route=showcase_index_route) }}</li>
{% endblock %}

{% block page_primary_action %}
Expand Down

0 comments on commit 6a9b6e9

Please sign in to comment.