diff --git a/ckanext/odsh/templates/header.html b/ckanext/odsh/templates/header.html index afc0250f21f7591cf03625c0fe9dd7e305bd033c..98c51a300604ad9a1a9ad43eed1379626aee851e 100644 --- a/ckanext/odsh/templates/header.html +++ b/ckanext/odsh/templates/header.html @@ -53,6 +53,9 @@ {% endblock %} {% set clazz='active' if c.action=='login' else ''%} {% if h.check_access('package_create') %} + <li class='{{clazz}}'> + <a href="/harvest">Harvester</a> + </li> <li class='{{clazz}}'> {% link_for _('Upload'), controller='package', action='new', group=c.group_dict.id, class_='text' %} </li>