diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-28 12:11:15 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-28 12:11:15 +0200 |
commit | b23b78ada12d1bbff4ea4e4bf65a34b223aeb8b4 (patch) | |
tree | c47f692238cae84ca14d7f8aea9c4fb943537db5 /app/views/explore/groups | |
parent | beabf5db8c9ea8393d25ff2c9b02510f31d88c12 (diff) | |
parent | 6294033024d311efa14a9400eb0b8815c702fc44 (diff) | |
download | gitlab-ce-b23b78ada12d1bbff4ea4e4bf65a34b223aeb8b4.tar.gz |
Merge pull request #7866 from cirosantilli/input-button-to-tag
Use button type=submit instead of input.
Diffstat (limited to 'app/views/explore/groups')
-rw-r--r-- | app/views/explore/groups/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/groups/index.html.haml b/app/views/explore/groups/index.html.haml index c8243ff782c..709d062df83 100644 --- a/app/views/explore/groups/index.html.haml +++ b/app/views/explore/groups/index.html.haml @@ -4,7 +4,7 @@ .form-group = search_field_tag :search, params[:search], placeholder: "Filter by name", class: "form-control search-text-input input-mn-300", id: "groups_search" .form-group - = submit_tag 'Search', class: "btn btn-primary wide" + = button_tag 'Search', class: "btn btn-primary wide" .pull-right .dropdown.inline |