summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:53:28 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:53:28 +0100
commitb8a926fab0acc85dd22456366390a93f4c4b6ad9 (patch)
tree8ee956249979e71c373900f714acfa133859e748
parente9e9f537e84c1b3a1df7b4920d3b696029ba6dcc (diff)
downloadgitlab-ce-b8a926fab0acc85dd22456366390a93f4c4b6ad9.tar.gz
Don't use success state for explore projects search button
-rw-r--r--app/views/explore/projects/_filter.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/projects/_filter.html.haml b/app/views/explore/projects/_filter.html.haml
index 2761272aa8a..28b12c8dca8 100644
--- a/app/views/explore/projects/_filter.html.haml
+++ b/app/views/explore/projects/_filter.html.haml
@@ -3,7 +3,7 @@
.form-group
= search_field_tag :search, params[:search], placeholder: "Filter by name", class: "form-control search-text-input", id: "projects_search", spellcheck: false
.form-group
- = button_tag 'Search', class: "btn btn-success"
+ = button_tag 'Search', class: "btn"
.pull-right.hidden-sm.hidden-xs
- if current_user