2023-06-18 06:31:42 -04:00
< form class = "list-header-search ui form ignore-dirty issue-list-search" >
2023-04-29 23:33:25 -04:00
< div class = "ui small search fluid action input" >
2023-03-27 12:05:51 -04:00
< input type = "hidden" name = "state" value = " {{ $.State }} " >
2023-10-17 20:03:42 -04:00
{{ if not .PageIsMilestones }}
< input type = "hidden" name = "type" value = " {{ $.ViewType }} " >
< 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 }} " >
{{ end }}
2023-09-24 16:31:58 -04:00
{{ template "shared/searchinput" dict "Value" .Keyword }}
2023-05-10 11:50:58 -04:00
{{ if .PageIsIssueList }}
2023-09-25 04:56:50 -04:00
< button id = "issue-list-quick-goto" class = "ui small icon button gt-hidden" data-tooltip-content = " {{ ctx .Locale.Tr "explore.go_to" }} " data-repo-link = " {{ .RepoLink }} " > {{ svg "octicon-hash" }} </ button >
2023-05-10 11:50:58 -04:00
{{ end }}
2023-09-25 04:56:50 -04:00
< button class = "ui small icon button" aria-label = " {{ ctx .Locale.Tr "explore.search" }} " > {{ svg "octicon-search" }} </ button >
2017-01-24 21:43:02 -05:00
< / div >
< / form >