summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-24 19:14:00 -0500
committerUnknwon <u@gogs.io>2015-11-24 19:14:00 -0500
commit3ca544912fe84f5a3202855037a110af40809d43 (patch)
tree545d50b94b764380919b3408e7acef1b2105039d /templates/user
parent7f9598141bd7b0200d9342f01243228eab3061ba (diff)
downloadgitea-3ca544912fe84f5a3202855037a110af40809d43.tar.gz
gitea-3ca544912fe84f5a3202855037a110af40809d43.zip
#1944 Drop /org/ URL path prefix in organization home page
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/dashboard/navbar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl
index 7d9c999507..eb74191702 100644
--- a/templates/user/dashboard/navbar.tmpl
+++ b/templates/user/dashboard/navbar.tmpl
@@ -41,7 +41,7 @@
</a>
<div class="right menu">
<div class="item">
- <a class="ui blue basic button" href="{{AppSubUrl}}/org/{{.ContextUser.Name}}">
+ <a class="ui blue basic button" href="{{.ContextUser.HomeLink}}">
{{.i18n.Tr "home.view_home" (.ContextUser.ShortName 10)}}
</a>
</div>