Files @ 1c32b72930fa
Branch filter:

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

leonardo
Addding context bar to more repo related pages.
Fixing the base template to work on non-repo related pages.
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}