Skip to content

Instantly share code, notes, and snippets.

@mdoel
Created June 5, 2011 22:45
Show Gist options
  • Save mdoel/1009504 to your computer and use it in GitHub Desktop.
Save mdoel/1009504 to your computer and use it in GitHub Desktop.
how to get jquery into refinerycms?
- content_for :head_libraries, jquery_include_tags(:jquery_ui => false)
- content_for :head, javascript_include_tag('application')
.scrollable
.items
.homepage_slot.slot_1
= image_tag 'building.jpg'
.homepage_slot.slot_2
= image_tag 'alleluia.jpg'
.homepage_slot.slot_3
= image_tag 'matthew.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment