File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
{{if .Topics }}
21
21
<div>
22
22
{{range .Topics}}
23
- {{if ne . "" }}<a href="/explore/repos?q={{.}}&topic=1"><div class="ui green basic label topic">{{.}}</div></a>{{end}}
23
+ {{if ne . "" }}<a href="{{AppSubUrl}} /explore/repos?q={{.}}&topic=1"><div class="ui green basic label topic">{{.}}</div></a>{{end}}
24
24
{{end}}
25
25
</div>
26
26
{{end}}
Original file line number Diff line number Diff line change 24
24
{{end}}
25
25
</div>
26
26
<div class="ui repo-topic" id="repo-topic">
27
- {{range .Topics}}<a class="ui green basic label topic" style="cursor:pointer;" href="/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
27
+ {{range .Topics}}<a class="ui green basic label topic" style="cursor:pointer;" href="{{AppSubUrl}} /explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
28
28
{{if .IsRepositoryAdmin}}<a id="manage_topic" style="cursor:pointer;margin-left:10px;">{{.i18n.Tr "repo.topic.manage_topics"}}</a>{{end}}
29
29
</div>
30
30
{{if .IsRepositoryAdmin}}
You can’t perform that action at this time.
0 commit comments