diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml
--- a/app/views/layouts/_header.html.haml
+++ b/app/views/layouts/_header.html.haml
@@ -46,7 +46,9 @@
%ul.dropdown-menu
= add_menu( 'Announcements', 'announcements', 'index')
= add_menu( 'Problems', 'problems', 'index')
+ = add_menu( 'Tags', 'tags', 'index')
= add_menu( 'Users', 'user_admin', 'index')
+ = add_menu( 'User Groups', 'groups', 'index')
= add_menu( 'Graders', 'graders', 'list')
= add_menu( 'Message ', 'messages', 'console')
%li.divider{role: 'separator'}