summaryrefslogtreecommitdiff
path: root/app/views/search/_form.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-18 12:18:35 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-18 12:18:35 +0200
commit5c4bb6df0decccc24b0c41083cf6822e5846e2d9 (patch)
treebe351b11b406a61b3c42138e75886a9818bc711f /app/views/search/_form.html.haml
parentb8f5e7427f7cbcdb19dcc5554301e87a880cfe2a (diff)
parent38785046f7ec7d834e22add66e4be88f6e985355 (diff)
downloadgitlab-ce-5c4bb6df0decccc24b0c41083cf6822e5846e2d9.tar.gz
Merge branch 'master' into grzesiek/gitlab-ce-fix/non-member-notification-button
Diffstat (limited to 'app/views/search/_form.html.haml')
-rw-r--r--app/views/search/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/_form.html.haml b/app/views/search/_form.html.haml
index 3938c545cad..17b0981f073 100644
--- a/app/views/search/_form.html.haml
+++ b/app/views/search/_form.html.haml
@@ -6,7 +6,7 @@
.search-holder.clearfix
.input-group
- = search_field_tag :search, params[:search], placeholder: "Search for projects, issues etc", class: "form-control search-text-input", id: "dashboard_search", autofocus: true
+ = 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
%span.input-group-btn
= button_tag 'Search', class: "btn btn-primary"
- unless params[:snippets].eql? 'true'