Skip to content

Commit

Permalink
fix data dictionary link from dataset page
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Sep 6, 2023
1 parent a286716 commit 970f38a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
{% endif %}
{% if can_edit and not is_activity_archive %}
<li>{% link_for _('Edit resource'), named_route=pkg.type ~ '_resource.edit', id=pkg.name, resource_id=res.id, class_='dropdown-item', icon='pencil' %}</li>
{% block resource_item_explore_inner scoped %}{% endblock %}
{% block resource_item_explore_inner scoped %}{{ super() }}{% endblock %}
<li>{% link_for _('Views'), named_route=pkg.type ~ '_resource.views', id=pkg.name, resource_id=res.id, class_='dropdown-item', icon='chart-bar' %}
{% endif %}
{% endblock %}
Expand Down

0 comments on commit 970f38a

Please sign in to comment.