fix header
[ckanext-datagovau.git] / ckanext / datagovau / templates / header.html
blob:a/ckanext/datagovau/templates/header.html -> blob:b/ckanext/datagovau/templates/header.html
--- a/ckanext/datagovau/templates/header.html
+++ b/ckanext/datagovau/templates/header.html
@@ -18,7 +18,7 @@
 <li class="notifications {% if new_activities > 0 %}notifications-important{% endif %}">
     {% set notifications_tooltip = ngettext('Dashboard (%(num)d new item)', 'Dashboard (%(num)d new items)', new_activities) %}
     <a href="{{ h.url_for(controller='user', action='dashboard') }}" title="{{ notifications_tooltip }}">
-        <i class="icon-dashboard"> notifications_tooltip</i>
+        <i class="icon-dashboard"> Dashboard</i>
         <span>{{ new_activities }}</span>
     </a>
 </li>
@@ -35,6 +35,7 @@
         <i class="icon-signout"> Log out</i>
     </a>
 </li>
+{% endblock %}
 {% endblock %}
 
 {% block header_site_navigation %}