Don't use success state for explore projects search button
This commit is contained in:
parent
e9e9f537e8
commit
b8a926fab0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue