aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/home.tmpl
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 17:11:57 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 17:11:57 -0500
commit9a12f678556ef05c3f1af8a222690ee0ade88296 (patch)
tree0e5fb85e9ea0a57341b50e78a3aa725f5be8f62b /templates/repo/home.tmpl
parent8c3b8cbe895be54afdb880e26643a0cf8b0a3c64 (diff)
downloadgitea-templates-9a12f678556ef05c3f1af8a222690ee0ade88296.tar.gz
gitea-templates-9a12f678556ef05c3f1af8a222690ee0ade88296.tar.bz2
gitea-templates-9a12f678556ef05c3f1af8a222690ee0ade88296.zip
templates/repo/header: Move topics editor to header
Diffstat (limited to 'templates/repo/home.tmpl')
-rw-r--r--templates/repo/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl
index b23e851..3cb9969 100644
--- a/templates/repo/home.tmpl
+++ b/templates/repo/home.tmpl
@@ -23,7 +23,7 @@
</div>
{{end}}
</div>
- <div class="ui" id="repo-topics">
+ <div class="ui repo-topics" id="repo-topics">
{{range .Topics}}<a class="ui repo-topic small label topic" href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}<a id="manage_topic">{{.i18n.Tr "repo.topic.manage_topics"}}</a>{{end}}
</div>