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 10:47:46 -07:00
|
|
|
%body
|
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
|
|
|
|
= yield
|