summaryrefslogtreecommitdiff
path: root/templates/tree.html
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-03-09 14:18:45 +0100
committerLeif Johansson <leifj@sunet.se>2011-03-09 14:18:45 +0100
commitbc3690c74042bd29f1d473e4a53085b3defb92ad (patch)
treed8bcc0f51e126f5293aee8e0942d6af19a09fbb5 /templates/tree.html
parenta3f8c2ad50f999f2f71526090fff951c928636f3 (diff)
dashboard improvements
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 %}