Skip to content

Commit 6760c5b

Browse files
committed
fix lint
1 parent b5677da commit 6760c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/home.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</span>
105105
{{end}}
106106

107-
<form class="tw-flex tw-flex-1" class="ignore-dirty" action="{{.RepoLink}}/search" method="get">
107+
<form class="ignore-dirty tw-flex tw-flex-1" action="{{.RepoLink}}/search" method="get">
108108
<div class="ui small action input tw-flex-1">
109109
<input name="q" value="{{.Keyword}}" size="10" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
110110
{{template "shared/search/button"}}

0 commit comments

Comments
 (0)