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,6 +46,7 @@
%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')