Clarified the commenting and changed the layout template to show adding groups
[ckanext-datagovau.git] / ckanext / example / theme / templates / layout.html
blob:a/ckanext/example/theme/templates/layout.html -> blob:b/ckanext/example/theme/templates/layout.html
--- a/ckanext/example/theme/templates/layout.html
+++ b/ckanext/example/theme/templates/layout.html
@@ -12,6 +12,7 @@
         ${h.nav_link(c, _('Home'), controller='home', action='index', id=None)}
         ${h.nav_link(c, _('Data'), controller='package', action='index', id=None)}
         ${h.nav_link(c, _('New dataset'), controller='package', action='new', id=None)}
+        ${h.nav_link(c, _('New group'), controller='group', action='new', id=None)}
     </div>
   </py:match>