Merge pull request #932 from gitlabhq/cucumber

Cucumber
This commit is contained in:
Dmitriy Zaporozhets 2012-06-16 03:46:14 -07:00
commit dbc7ef21d1
40 changed files with 687 additions and 64 deletions

View file

@ -3,7 +3,7 @@
= label_tag :search do
%strong Looking for
.input
= text_field_tag :search, params[:search],:placeholder => "issue 143", :class => "input-xxlarge"
= text_field_tag :search, params[:search], :placeholder => "issue 143", :class => "input-xxlarge", :id => "dashboard_search"
= submit_tag 'Search', :class => "btn btn-primary"
- if params[:search].present?
%br