Skip to content

Commit

Permalink
Revert "Temporarily disable searching by status - not currently worki…
Browse files Browse the repository at this point in the history
…ng on Heroku"

This reverts commit 2a36c3c.
  • Loading branch information
dankohn committed May 3, 2016
1 parent d38b9c1 commit 4a60ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/projects/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="center">
<h2>Projects</h2>
<%= search_form_for @search do |f| %>
<%# <%= f.label :badge_status_eq %>
<%# <%= f.collection_select(:badge_status_eq,
<%= f.label :badge_status_eq %>
<%= f.collection_select(:badge_status_eq,
Project::BADGE_STATUS_CHOICE, :id, :name) %>
<%= f.label(:name_or_homepage_url_or_repo_url_start,
"Name or URLs begin with") %>
Expand Down

0 comments on commit 4a60ef2

Please sign in to comment.