Skip to content

Commit 7b27f1f

Browse files
committed
fix conflicts come from go-gitea#27925
1 parent f1f0647 commit 7b27f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/repo/sidebar/repo_info.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
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 */}}

0 commit comments

Comments
 (0)