File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}<button id="manage_topic" class="btn interact-fg gt-font-12">{{ctx.Locale.Tr "repo.topic.manage_topics"}}</button>{{end}}
38
38
</div>
39
39
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
40
- <div class="ui form gt-hidden gt-df gt-mt-4" id="topic_edit">
41
- <div class="field gt-f1 gt-mr-3 ">
42
- <div class="ui fluid multiple search selection dropdown" data-text-count-prompt="{{ctx.Locale.Tr "repo.topic.count_prompt"}}" data-text-format-prompt="{{ctx.Locale.Tr "repo.topic.format_prompt"}}">
40
+ <div class="ui form gt-hidden gt-df gt-fc gt- mt-4" id="topic_edit">
41
+ <div class="field gt-f1 gt-mb-2 ">
42
+ <div class="ui fluid multiple search selection dropdown gt-fw " data-text-count-prompt="{{ctx.Locale.Tr "repo.topic.count_prompt"}}" data-text-format-prompt="{{ctx.Locale.Tr "repo.topic.format_prompt"}}">
43
43
<input type="hidden" name="topics" value="{{range $i, $v := .Topics}}{{.Name}}{{if Eval $i "+" 1 "<" (len $.Topics)}},{{end}}{{end}}">
44
44
{{range .Topics}}
45
45
{{/* keey the same layout as Fomantic UI generated labels */}}
You can’t perform that action at this time.
0 commit comments