We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd48bb commit 25f993bCopy full SHA for 25f993b
templates/repo/home.tmpl
@@ -37,9 +37,9 @@
37
<div class="ui form gt-hidden gt-df gt-mt-4" id="topic_edit">
38
<div class="field gt-f1 gt-mr-3">
39
<div class="ui fluid multiple search selection dropdown"
40
- data-text-count-prompt="{{.locale.Tr "repo.topic.count_prompt"}}"
41
- data-text-format-prompt="{{.locale.Tr "repo.topic.format_prompt"}}"
42
- data-text-remove="{{.locale.Tr "remove"}}"
+ data-text-count-prompt="{{.locale.Tr "repo.topic.count_prompt"}}"
+ data-text-format-prompt="{{.locale.Tr "repo.topic.format_prompt"}}"
+ data-text-remove="{{.locale.Tr "remove"}}"
43
>
44
<input type="hidden" name="topics" value="{{range $i, $v := .Topics}}{{.Name}}{{if lt (Add $i 1) (len $.Topics)}},{{end}}{{end}}">
45
{{range .Topics}}
0 commit comments