From 8cd6f710938755a057a2c0c3e9020b8193e258e6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 23 2018 09:46:02 +0000 Subject: Fix link missing namespace Signed-off-by: Pierre-Yves Chibon --- diff --git a/template/commits.html b/template/commits.html index 079dfcc..e0460b1 100644 --- a/template/commits.html +++ b/template/commits.html @@ -201,7 +201,7 @@ success: function(res) { for (var _c in res.heads) { for (var i=0; i < res.heads[_c].length; i++){ - var _url = '{{ url_for('.view_commits', + var _url = '{{ url_for('ui_ns.view_commits', repo=repo.name, branchname='---', username=username,