10 lines
193 B
Text
10 lines
193 B
Text
!!! 5
|
|
%html
|
|
%head
|
|
%title Infinite Closet
|
|
= stylesheet_link_tag 'compiled/screen'
|
|
%body
|
|
#container
|
|
%h1= link_to 'Infinite Closet', items_path
|
|
= flashes
|
|
= yield
|