Merge branch 'vvuksan-pull-1'

This commit is contained in:
Jordan Sissel 2010-11-30 10:07:55 -08:00
commit 20a4bf2f0c

View file

@ -5,4 +5,5 @@
%label{ :for => "q" } Query: %label{ :for => "q" } Query:
%input.query{ :id => "query", :type => "text", :name => "q", :value => params[:q], %input.query{ :id => "query", :type => "text", :name => "q", :value => params[:q],
:size => 60 } :size => 60 }
%input{ :id => "searchbutton", :type => "submit" } %input{ :id => "searchbutton", :type => "submit", :value => "Search" }
%input{ :id => "clearbutton", :type => "reset", :value => "Clear" }