mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-03 14:43:03 +02:00
fix: replace URLJoin with print
This commit is contained in:
parent
fb3693f221
commit
f62a4366e9
@ -84,7 +84,7 @@
|
||||
{{if .Team}}
|
||||
{{$suffix = PathEscape .Team.Name}}
|
||||
{{else if .Group}}
|
||||
{{$suffix = URLJoin "group" (StringUtils.ToString .Group.ID)}}
|
||||
{{$suffix = print "group/" (StringUtils.ToString .Group.ID)}}
|
||||
{{end}}
|
||||
<div class="right menu tw-flex-wrap tw-justify-end">
|
||||
<a class="{{if .PageIsNews}}active {{end}}item tw-ml-auto" href="{{.ContextUser.DashboardLink}}/{{$suffix}}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user