1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/layouts/items.html.haml
2010-06-30 14:51:49 -04:00

17 lines
550 B
Text

!!! 5
%html
%head
%title Infinite Closet
= stylesheet_link_tag "http://#{RemoteImpressHost}/assets/css/clean/layout.css"
= stylesheet_link_tag "compiled/screen"
%body{:class => params[:action]}
#container
%h1= link_to 'Infinite Closet', items_path
= flashes
= form_tag items_path, :method => :get do
= text_field_tag :q, @query
= submit_tag 'Search', :name => nil
= yield
%a#home-link{:href => "http://#{RemoteImpressHost}"}
%span Dress to Impress
= yield(:javascripts)