From b79827ce69b33086d0445fb52774fb5ee182ed7b Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 23 Sep 2014 11:59:37 -0300 Subject: [PATCH] Workaround for gitlab javascript conflicts --- src/proxy/templates/proxy/gitlab.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+), 0 deletions(-) create mode 100644 src/proxy/templates/proxy/gitlab.html diff --git a/src/proxy/templates/proxy/gitlab.html b/src/proxy/templates/proxy/gitlab.html new file mode 100644 index 0000000..e7ec14f --- /dev/null +++ b/src/proxy/templates/proxy/gitlab.html @@ -0,0 +1,24 @@ +{% extends 'base.html' %} + + +{% block head_js %} + + +{% endblock %} -- libgit2 0.21.2