##// END OF EJS Templates
repo-creating: fixed the url.
marcink -
r2414:e045e245 default
parent child Browse files
Show More
@@ -62,7 +62,7 b''
62 }
62 }
63 }
63 }
64 else {
64 else {
65 var currentUrl = "${h.current_route_path()}";
65 var currentUrl = "${h.current_route_path(request)}";
66 var message = _gettext('Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.').format(resp.status, resp.statusText, currentUrl);
66 var message = _gettext('Fetching repository state failed. Error code: {0} {1}. Try <a href="{2}">refreshing</a> this page.').format(resp.status, resp.statusText, currentUrl);
67 var payload = {
67 var payload = {
68 message: {
68 message: {
General Comments 0
You need to be logged in to leave comments. Login now