Files @ 355fcdd2c027
Branch filter:

Location: kallithea/rhodecode/public/js/pyroutes_map.js

Marcin Kuzminski
use the same edit button in admin pages for user groups as in repos and repo groups
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}