cache wardrobe

This commit is contained in:
Emi Matchu 2010-12-11 10:11:56 -05:00
parent ca155314fa
commit f5e3a39068
2 changed files with 108 additions and 108 deletions

View file

@ -6,6 +6,8 @@
- if content_for? :title
—
= yield :title
/[if IE]
= include_javascript_libraries :html5
= stylesheet_link_tag "compiled/screen"
= csrf_meta_tag
= signed_in_meta_tag

View file

@ -1,4 +1,5 @@
- add_body_class 'fullscreen'
- cache do
%a#home-link{:href => "/"}
%span Dress to Impress
%h1#title Planning an outfit
@ -105,8 +106,5 @@
\/
%a.outfit-delete-confirmation-no{:href => '#'} no, thanks
</li>
- content_for :javascripts do
/[if IE]
= include_javascript_libraries :html5
= include_javascript_libraries :jquery, :swfobject, :jquery_tmpl
= include_javascripts :edit_outfit_package