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

18 lines
550 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
2010-06-30 11:51:49 -07:00
= stylesheet_link_tag "http://#{RemoteImpressHost}/assets/css/clean/layout.css"
= 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
2010-06-30 11:51:49 -07:00
%a#home-link{:href => "http://#{RemoteImpressHost}"}
2010-06-08 14:59:24 -07:00
%span Dress to Impress
= yield(:javascripts)