aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/search.tmpl
blob: 97b22d36990c7e405323253155e8a548508885be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<form class="list-header-search ui form ignore-dirty">
	<div class="ui small search fluid action input">
		<input type="hidden" name="type" value="{{$.ViewType}}">
		<input type="hidden" name="state" value="{{$.State}}">
		<input type="hidden" name="labels" value="{{.SelectLabels}}">
		<input type="hidden" name="milestone" value="{{$.MilestoneID}}">
		<input type="hidden" name="project" value="{{$.ProjectID}}">
		<input type="hidden" name="assignee" value="{{$.AssigneeID}}">
		<input type="hidden" name="poster" value="{{$.PosterID}}">
		<input name="q" value="{{.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}..." maxlength="255">
		{{if .PageIsIssueList}}
			<button id="issue-list-quick-goto" class="ui small icon button gt-hidden" data-tooltip-content="{{.locale.Tr "explore.go_to"}}" data-repo-link="{{.RepoLink}}">{{svg "octicon-hash"}}</button>
		{{end}}
		<button class="ui small icon button" aria-label="{{.locale.Tr "explore.search"}}">{{svg "octicon-search"}}</button>
	</div>
</form>