Projects page as dashboard. Old dashboard removed

This commit is contained in:
Dmitriy Zaporozhets 2012-04-14 11:20:45 +03:00
parent 5f31989a05
commit 95fde9bd7a
13 changed files with 37 additions and 208 deletions

View file

@ -1,6 +1,7 @@
= form_tag search_path, :method => :get do |f|
.padded
= label_tag :search, "Looking for"
= label_tag :search do
%strong Looking for
.input
= text_field_tag :search, params[:search],:placeholder => "issue 143", :class => "input-xxlarge"
= submit_tag 'Search', :class => "btn btn-primary"