summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* fix issues mr counterbarthc2016-09-201-2/+2
|
* Issuable filtering improvementsPhil Hughes2016-05-161-6/+0
| | | | | | This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
* Re-use top-are css component for issues/mr pagesDmitriy Zaporozhets2016-02-051-9/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Distinguishes between search inputs.Jacob Schatz2016-01-241-1/+1
| | | | Main search input has different styles than secondary search inputs.
* Adds base64 background search icon.Jacob Schatz2016-01-241-1/+1
| | | | | | | | | All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
* Add spellcheck=false to certain input fieldsspellcheck_falseValery Sizov2015-10-121-1/+1
|
* Move issuable partials in common directoryDmitriy Zaporozhets2015-06-251-0/+9
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>