impress/app/views/layouts/items.html.haml

14 lines
348 B
Text
Raw Normal View History

2010-05-15 10:47:46 -07:00
!!! 5
%html
%head
2010-05-15 16:34:13 -07:00
%title Infinite Closet
= stylesheet_link_tag 'compiled/screen'
2010-05-15 17:46:41 -07:00
%body{:class => params[:action]}
2010-05-15 16:34:13 -07:00
#container
2010-05-15 16:35:40 -07:00
%h1= link_to 'Infinite Closet', items_path
2010-05-15 16:34:13 -07:00
= flashes
2010-05-15 17:46:41 -07:00
= form_tag items_path, :method => :get do
= text_field_tag :q, @query
= submit_tag 'Search', :name => nil
2010-05-15 16:34:13 -07:00
= yield