X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/83dee594452004d482547d7e6ab2e2169dc0fb4e..46b8f9d7a368f9ab35653edd726666ce17bedb39:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index 0b95912..da75cd9 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -17,10 +17,33 @@

Paste #{{repo.id}}

- fork +
+ +
+{% 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 %}
@@ -32,6 +55,14 @@
{% endfor %} + +
+
+ + Delete + +
+
{% endblock %} {% block sidebar %}