0
0
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:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-04-02 22:40:19 -04:00
parent fb3693f221
commit f62a4366e9
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -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}}">