X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/b0cf239c695bb23acd041cbe17ff9dcd5394c4d7..1c40892fc9ff71d7add588e929b9a4881de6c5b4:/data/templates/display-head.htm diff --git a/data/templates/display-head.htm b/data/templates/display-head.htm index 0a238dc..8c16908 100644 --- a/data/templates/display-head.htm +++ b/data/templates/display-head.htm @@ -1,32 +1,29 @@ +{% include 'flashmessages.htm' %} +

{{repo.getTitle}}

edit
-
+
+
+ {% if htmlhelper.mayWriteLocally %} + {% else %} + Fork to remote system + {% endif %} + + +
- -{% 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 %}