summaryrefslogtreecommitdiff
path: root/app/views/explore/groups
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-28 12:11:15 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-28 12:11:15 +0200
commitb23b78ada12d1bbff4ea4e4bf65a34b223aeb8b4 (patch)
treec47f692238cae84ca14d7f8aea9c4fb943537db5 /app/views/explore/groups
parentbeabf5db8c9ea8393d25ff2c9b02510f31d88c12 (diff)
parent6294033024d311efa14a9400eb0b8815c702fc44 (diff)
downloadgitlab-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.haml2
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