We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e76e78 commit f6eb669Copy full SHA for f6eb669
templates/repo/home.tmpl
@@ -25,7 +25,7 @@
25
</div>
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}}
28
- {{if .IsRepositoryAdmin}}<a id="manage_topic" style="cursor:pointer;margin-left:10px;" href="/explore/repos?q={{.Name}}&topic=1">{{.i18n.Tr "repo.topic.manage_topics"}}</a>{{end}}
+ {{if .IsRepositoryAdmin}}<a id="manage_topic" style="cursor:pointer;margin-left:10px;">{{.i18n.Tr "repo.topic.manage_topics"}}</a>{{end}}
29
30
{{if .IsRepositoryAdmin}}
31
<div class="ui repo-topic-edit grid form segment error" id="topic_edit" >
0 commit comments