diff rhodecode/config/routing.py @ 2370:889cda9c2d14 beta

implemented #464 users groups links inside permission box (only for admins)
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Jun 2012 23:47:16 +0200
parents ee07357d9265
children b0d09c20f608
line wrap: on
line diff
--- a/rhodecode/config/routing.py	Fri Jun 01 23:29:41 2012 +0200
+++ b/rhodecode/config/routing.py	Fri Jun 01 23:47:16 2012 +0200
@@ -213,7 +213,7 @@
         m.connect("user_perm", "/users_perm/{id}",
                   action="update_perm", conditions=dict(method=["PUT"]))
 
-    #ADMIN USERS REST ROUTES
+    #ADMIN USERS GROUPS REST ROUTES
     with rmap.submapper(path_prefix=ADMIN_PREFIX,
                         controller='admin/users_groups') as m:
         m.connect("users_groups", "/users_groups",