--- a/ckanext/datagovau/templates/package/read_base.html +++ b/ckanext/datagovau/templates/package/read_base.html @@ -1,28 +1,10 @@ {% ckan_extends %} -{% block links -%} -{{ super() }} -{% endblock -%} - -{% block head_extras -%} -{{ super() }} -{% endblock -%} - -{% block package_info %} -
-
-

{{ pkg.title or pkg.name }}

-
-
-
{{ _('Followers') }}
-
{{ h.SI_number_span(h.get_action('dataset_follower_count', {'id': pkg.id})) }}
-
-
- -
-
+{% block content_primary_nav %} + {{ h.build_nav_icon('dataset_read', _('Dataset'), id=pkg.name) }} + {{ h.build_nav_icon('dataset_groups', _('Groups'), id=pkg.name) }} + {{ h.build_nav_icon('dataset_activity', _('Activity Stream'), id=pkg.name) }} + {{ h.build_nav_icon('related_list', _('Use Cases'), id=pkg.name) }} {% endblock %}