Commit 8770bce 1 parent 0973c03 commit 8770bce Copy full SHA for 8770bce
File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
<form class="ui form ignore-dirty">
2
- <div class="ui fluid action input">
2
+ <div class="ui search fluid action input">
3
3
<input type="hidden" name="type" value="{{$.ViewType}}"/>
4
4
<input type="hidden" name="state" value="{{$.State}}"/>
5
5
<input type="hidden" name="labels" value="{{.SelectLabels}}"/>
6
6
<input type="hidden" name="milestone" value="{{$.MilestoneID}}"/>
7
7
<input type="hidden" name="assignee" value="{{$.AssigneeID}}"/>
8
- <div class="ui search action input">
9
- <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
10
- <button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button>
11
- </div>
8
+ <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
9
+ <button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button>
12
10
</div>
13
11
</form>
Original file line number Diff line number Diff line change 67
67
</div>
68
68
<div class="column center aligned">
69
69
<form class="ui form ignore-dirty">
70
- <div class="ui fluid action input">
70
+ <div class="ui search fluid action input">
71
71
<input type="hidden" name="type" value="{{$.ViewType}}"/>
72
72
<input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}%2C{{end}}]"/>
73
73
<input type="hidden" name="sort" value="{{$.SortType}}"/>
74
74
<input type="hidden" name="state" value="{{$.State}}"/>
75
- <div class="ui search action input">
76
- <input name="q" value="{{$.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
77
- <button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button>
78
- </div>
75
+ <input name="q" value="{{$.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
76
+ <button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button>
79
77
</div>
80
78
</form>
81
79
</div>
You can’t perform that action at this time.
0 commit comments