Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-15 17:32:30 +0300
committerPhil Hughes <me@iamphill.com>2016-04-26 11:03:04 +0300
commit8e4aa6e3910899e3907a9ea76415e616f175767b (patch)
tree00bda245e12619960e16334690f7797b0538774e /app/views/search/_form.html.haml
parentbb50edb16d426fad1544f08cae7d2dbe41152e26 (diff)
Mobile updates for search UI
Diffstat (limited to 'app/views/search/_form.html.haml')
-rw-r--r--app/views/search/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/search/_form.html.haml b/app/views/search/_form.html.haml
index 6e550cc7621..24115ec3298 100644
--- a/app/views/search/_form.html.haml
+++ b/app/views/search/_form.html.haml
@@ -3,8 +3,8 @@
= hidden_field_tag :scope, params[:scope]
.search-holder
- .search-field-holder.append-right-5
+ .search-field-holder
= search_field_tag :search, params[:search], placeholder: "Search for projects, issues etc", class: "form-control search-text-input", id: "dashboard_search", autofocus: true, spellcheck: false
- unless params[:snippets].eql? 'true'
= render 'filter' if current_user
- = button_tag 'Search', class: "btn btn-success btn-search prepend-left-5"
+ = button_tag 'Search', class: "btn btn-success btn-search"