Fix missing AppSubUrl in some templates (#5020)

This commit is contained in:
SagePtr 2018-10-05 19:22:33 +02:00 committed by Lauris BH
parent 94cd7bb25b
commit c6daee6da6
2 changed files with 2 additions and 2 deletions

View file

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