git.cweiske.de
/
phorkie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19f1b5d
)
move urls to bottom of sidebar
author
Christian Weiske
<
[email protected]
>
Wed, 28 Jan 2015 17:18:45 +0000
(18:18 +0100)
committer
Christian Weiske
<
[email protected]
>
Wed, 28 Jan 2015 17:18:45 +0000
(18:18 +0100)
data/templates/display.htm
patch
|
blob
|
history
diff --git
a/data/templates/display.htm
b/data/templates/display.htm
index 59db9f8fcb54e7447cc99844846c20da6ae6448a..0e5f0366f7bbc447004490c92002ea968c7c50d8 100644
(file)
--- a/
data/templates/display.htm
+++ b/
data/templates/display.htm
@@
-23,7
+23,7
@@
{% block sidebar %}
{% include 'display-sidebar-owner.htm' %}
- {% include 'display-sidebar-urls.htm' %}
{% include 'display-sidebar-fork.htm' %}
{% include 'display-sidebar-history.htm' %}
+ {% include 'display-sidebar-urls.htm' %}
{% endblock %}