Skip to content

Commit 25f993b

Browse files
committed
fix lint
1 parent 5dd48bb commit 25f993b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/repo/home.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<div class="ui form gt-hidden gt-df gt-mt-4" id="topic_edit">
3838
<div class="field gt-f1 gt-mr-3">
3939
<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"}}"
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"}}"
4343
>
4444
<input type="hidden" name="topics" value="{{range $i, $v := .Topics}}{{.Name}}{{if lt (Add $i 1) (len $.Topics)}},{{end}}{{end}}">
4545
{{range .Topics}}

0 commit comments

Comments
 (0)