summaryrefslogtreecommitdiff
path: root/templates/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tree.html')
-rw-r--r--templates/tree.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/tree.html b/templates/tree.html
index 8bcdfd9..f8d83e6 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -26,7 +26,7 @@ $(function() {
</script>
{% endblock %}
{% block headline %}
-<a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}Top{% endif %}</a>
+<!-- a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}Top{% endif %}</a-->
{% endblock %}
{% block title %}COIP{% if name %} - {{name.shortname}}{% else %} - top{% endif %}{% endblock %}
{% block main %}
@@ -61,6 +61,9 @@ $(function() {
</div -->
</div>
<div id="right">
+<div id="headline">
+<a style="text-decoration: none" href="{% if name %}/name/id/{{name.id}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}{% endif %}</a>
+</div>
{% block content %}{% endblock %}
</div>
{% endblock %} \ No newline at end of file