diff --git a/src/root/admin.tt b/src/root/admin.tt
index 492cb339..11a9331b 100644
--- a/src/root/admin.tt
+++ b/src/root/admin.tt
@@ -5,6 +5,9 @@
- [% INCLUDE maybeLink uri = c.uri_for(c.controller('Project').action_for('create')) content = "Create project" %]
+ - [% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('users')) content = "Manage users" %]
+ - [% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('news')) content = "Manage news" %]
+
- Caching
- [% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('clearfailedcache')) content = "Clear failed builds cache" confirmmsg = "Are you sure you want to clear the failed builds cache?" %]