Skip to content

Commit

Permalink
hide groups on dataset view page
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSaelen committed Aug 5, 2019
1 parent 5d399ce commit daf31d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ckanext/hidegroups/templates/package/read_base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% ckan_extends %}

{% block content_primary_nav %}
{{ h.build_nav_icon('dataset_read', _('Dataset'), id=pkg.name) }}
{{ h.build_nav_icon('dataset_activity', _('Activity Stream'), id=pkg.name) }}
{% endblock %}

0 comments on commit daf31d7

Please sign in to comment.