forked from OpenNeo/impress
cache wardrobe
This commit is contained in:
parent
ca155314fa
commit
f5e3a39068
2 changed files with 108 additions and 108 deletions
|
@ -6,6 +6,8 @@
|
||||||
- if content_for? :title
|
- if content_for? :title
|
||||||
—
|
—
|
||||||
= yield :title
|
= yield :title
|
||||||
|
/[if IE]
|
||||||
|
= include_javascript_libraries :html5
|
||||||
= stylesheet_link_tag "compiled/screen"
|
= stylesheet_link_tag "compiled/screen"
|
||||||
= csrf_meta_tag
|
= csrf_meta_tag
|
||||||
= signed_in_meta_tag
|
= signed_in_meta_tag
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
- add_body_class 'fullscreen'
|
- add_body_class 'fullscreen'
|
||||||
|
- cache do
|
||||||
%a#home-link{:href => "/"}
|
%a#home-link{:href => "/"}
|
||||||
%span Dress to Impress
|
%span Dress to Impress
|
||||||
%h1#title Planning an outfit
|
%h1#title Planning an outfit
|
||||||
|
@ -105,8 +106,5 @@
|
||||||
\/
|
\/
|
||||||
%a.outfit-delete-confirmation-no{:href => '#'} no, thanks
|
%a.outfit-delete-confirmation-no{:href => '#'} no, thanks
|
||||||
</li>
|
</li>
|
||||||
- content_for :javascripts do
|
|
||||||
/[if IE]
|
|
||||||
= include_javascript_libraries :html5
|
|
||||||
= include_javascript_libraries :jquery, :swfobject, :jquery_tmpl
|
= include_javascript_libraries :jquery, :swfobject, :jquery_tmpl
|
||||||
= include_javascripts :edit_outfit_package
|
= include_javascripts :edit_outfit_package
|
||||||
|
|
Loading…
Reference in a new issue