X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/dde0d82eeebec49bd84b9ca364cc089ec2d3401e..61cb5ecf53731fbe3dbb632dbea059db88d672f1:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index f9ab2e5..da75cd9 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -23,6 +23,27 @@ +{% if repo.getCloneURL(true) or repo.getCloneURL(false) %} +
+ {% if repo.getCloneURL(true) %} +
+
Public clone URL
+ +
+ {% endif %} + {% if repo.getCloneURL(false) %} +
+
Private clone URL
+ +
+ {% endif %} +
+{% endif %} + {% for file in repo.getFiles %}