diff --git a/ckan/src/ckanext-igsn-theme/ckanext/igsn_theme/templates/header.html b/ckan/src/ckanext-igsn-theme/ckanext/igsn_theme/templates/header.html index ea592ac2..03cbb64a 100644 --- a/ckan/src/ckanext-igsn-theme/ckanext/igsn_theme/templates/header.html +++ b/ckan/src/ckanext-igsn-theme/ckanext/igsn_theme/templates/header.html @@ -1,29 +1,15 @@ {% ckan_extends %} - - - - -{% asset 'ckanext-contact/main' %} - {% block header_site_navigation_tabs %} {% set org_type = h.default_group_type('organization') %} {% set group_type = h.default_group_type('group') %} {{ h.build_nav_main( - (dataset_type ~ '.search', h.humanize_entity_type('package', dataset_type, 'main nav') or _('Samples'), ["dataset","resource"]), (org_type ~ '.index', h.humanize_entity_type('organization', org_type, 'main nav') or _('Collections'), ['organization']), + (dataset_type ~ '.search', h.humanize_entity_type('package', dataset_type, 'main nav') or _('Samples'), ["dataset","resource"]), ('home.about', _('About')) ) }} -
To register your samples with a new collection in the repository:
+To register your samples with an existing collection in the repository:
+