summaryrefslogtreecommitdiff
path: root/templates/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tree.html')
-rw-r--r--templates/tree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tree.html b/templates/tree.html
index 144a668..bc8b5fd 100644
--- a/templates/tree.html
+++ b/templates/tree.html
@@ -66,7 +66,7 @@ $(function() {
</li>
<li style="margin-left: 10px; width: 59%;">
<div id="headline">
- <a style="text-decoration: none" href="{% if name %}{{name.url}}{% else %}/{% endif %}">{% if name %}{{name.shortname}}{% else %}Top of the namespace{% endif %}</a>
+ <a style="text-decoration: none" href="{% if name %}{{name.url}}{% else %}/user/home{% endif %}">{% if name %}{{name.shortname}}{% else %}Dashboard{% endif %}</a>
</div>
<div>
{% block content %}{% endblock %}