Files @ 73ef2a5d3042
Branch filter:

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

Mads Kiilerich
pull requests: make it possible control display of closed PRs and whether it is PRs to or from repo
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}