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 %}