File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 {{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}}
3838 </div>
3939 {{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"}}">
4343 <input type="hidden" name="topics" value="{{range $i, $v := .Topics}}{{.Name}}{{if Eval $i "+" 1 "<" (len $.Topics)}},{{end}}{{end}}">
4444 {{range .Topics}}
4545 {{/* keey the same layout as Fomantic UI generated labels */}}
You can’t perform that action at this time.
0 commit comments