From cf46bf86022ff5bfcb9aba281d64a21e9244cf5a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 09 2018 16:58:50 +0000 Subject: [PATCH 1/2] Add namespace to the url_for() calls Signed-off-by: Pierre-Yves Chibon --- diff --git a/template/commit.html b/template/commit.html index 8762a4f..42d2a56 100644 --- a/template/commit.html +++ b/template/commit.html @@ -13,23 +13,23 @@ {{ split_message[0] }}
raw patch tree {% if (commit.parents|length) == 1 %} {% for parent in commit.parents %} {% if patch|hasattr('new_file_path') %} {{ patch.new_file_path|unicode }} {% elif patch|hasattr('delta') %} {{ patch.delta.new_file.path|unicode }} diff --git a/template/commits.html b/template/commits.html index 77c0dfe..079dfcc 100644 --- a/template/commits.html +++ b/template/commits.html @@ -52,7 +52,7 @@