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 bf22be9 commit e579ddcCopy full SHA for e579ddc
templates/repo/home.tmpl
@@ -24,7 +24,7 @@
24
</div>
25
{{end}}
26
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
27
- <div class="ui form tw-hidden tw-flex tw-flex-col tw-mt-4" id="topic_edit">
+ <div class="ui form tw-hidden tw-flex tw-gap-2 tw-mt-4" id="topic_edit">
28
<div class="field tw-flex-1 tw-mb-1">
29
<div class="ui fluid multiple search selection dropdown tw-flex-wrap" data-text-count-prompt="{{ctx.Locale.Tr "repo.topic.count_prompt"}}" data-text-format-prompt="{{ctx.Locale.Tr "repo.topic.format_prompt"}}">
30
<input type="hidden" name="topics" value="{{range $i, $v := .Topics}}{{.Name}}{{if Eval $i "+" 1 "<" (len $.Topics)}},{{end}}{{end}}">
0 commit comments