summaryrefslogtreecommitdiff
path: root/app/views/groups/group_members/index.html.haml
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-10-09 19:08:37 +0300
committerValery Sizov <vsv2711@gmail.com>2015-10-12 12:54:54 +0300
commitd805c5dbb3c2fde0a3b97f86a2dd3abc35e72bd9 (patch)
tree9a8c93d3336b83f11ea5de27f76c7bc3ce568414 /app/views/groups/group_members/index.html.haml
parent882bef79e77e0d0bd899c55349f68c3698ce8088 (diff)
downloadgitlab-ce-d805c5dbb3c2fde0a3b97f86a2dd3abc35e72bd9.tar.gz
Add spellcheck=false to certain input fieldsspellcheck_false
Diffstat (limited to 'app/views/groups/group_members/index.html.haml')
-rw-r--r--app/views/groups/group_members/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml
index 3a6d07ebddf..fee4b0052b5 100644
--- a/app/views/groups/group_members/index.html.haml
+++ b/app/views/groups/group_members/index.html.haml
@@ -12,7 +12,7 @@
.clearfix.js-toggle-container
= form_tag group_group_members_path(@group), method: :get, class: 'form-inline member-search-form' do
.form-group
- = search_field_tag :search, params[:search], { placeholder: 'Find existing member by name', class: 'form-control search-text-input' }
+ = search_field_tag :search, params[:search], { placeholder: 'Find existing member by name', class: 'form-control search-text-input', spellcheck: false }
= button_tag 'Search', class: 'btn'
- if current_user && current_user.can?(:admin_group_member, @group)