mirror of
https://github.com/go-gitea/gitea
synced 2025-08-02 15:48:35 +00:00
Fix missing AppSubUrl in some templates (#5020)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{{if .Topics }}
|
||||
<div>
|
||||
{{range .Topics}}
|
||||
{{if ne . "" }}<a href="/explore/repos?q={{.}}&topic=1"><div class="ui green basic label topic">{{.}}</div></a>{{end}}
|
||||
{{if ne . "" }}<a href="{{AppSubUrl}}/explore/repos?q={{.}}&topic=1"><div class="ui green basic label topic">{{.}}</div></a>{{end}}
|
||||
{{end}}
|
||||
</div>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user