From 006f2e5e445ec85cda9775012f74acd744a2046c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 01 2015 10:53:31 +0000 Subject: Fix showing the git URLs in the doc pages --- diff --git a/pagure/templates/docs.html b/pagure/templates/docs.html index 67769df..4380afb 100644 --- a/pagure/templates/docs.html +++ b/pagure/templates/docs.html @@ -76,9 +76,20 @@ {% endif %} + + + + + + + +
Git URLs: + {{ config.get('GIT_URL_SSH') }}:docs/{{ repo.fullname }}.git + + {{ config.get('GIT_URL_GIT') }}/docs/{{ repo.fullname }}.git +
+ {% endif %} {% endblock %}