diff --git a/progit/templates/docs.html b/progit/templates/docs.html
index c5effd4..8758e57 100644
--- a/progit/templates/docs.html
+++ b/progit/templates/docs.html
@@ -78,6 +78,10 @@
{% endautoescape %}
{% endif %}
+
+
+ git url: {{ config.get('GIT_URL') }}:{{ repo.fullname }}.git
+
{% endif %}
{% endblock %}
diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html
index e592a38..dce887c 100644
--- a/progit/templates/repo_info.html
+++ b/progit/templates/repo_info.html
@@ -135,6 +135,9 @@
{% endif %}
+
+ git url: {{ config.get('GIT_URL') }}:{{ repo.fullname }}.git
+
{% endif %}
{% endblock %}