aboutsummaryrefslogtreecommitdiff
path: root/templates/_header.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_header.html.tmpl')
-rw-r--r--templates/_header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_header.html.tmpl b/templates/_header.html.tmpl
index bfe386a..7c0e4ea 100644
--- a/templates/_header.html.tmpl
+++ b/templates/_header.html.tmpl
@@ -4,7 +4,7 @@
</div>
<div>
{{ if ne .user_id "" }}
- <a href="/:/user/{{ .user_id }}">{{ .username }}</a>
+ <a href="/:/users/{{ .user_id }}">{{ .username }}</a>
{{ else }}
<a href="/:/login/">Login</a>
{{ end }}