Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created August 3, 2009 06:24
Show Gist options
  • Select an option

  • Save adamstac/160389 to your computer and use it in GitHub Desktop.

Select an option

Save adamstac/160389 to your computer and use it in GitHub Desktop.
=# stylesheet_link_tag "compiled/site.css", "compiled/grid.css", "compiled/layout.css", "compiled/ui.theme.css", "compiled/admin.css", "compiled/ajax_indicator.css"
= stylesheet_link_tag "clearfix.css", "compiled/site.css", "compiled/ajax_indicator.css"
= yield :css
= render :partial => "layouts/javascript"
= render :partial => "layouts/ie6update"
= render :partial => "layouts/content_optimization"
= render :partial => "layouts/se_indexing"
= render :partial => "layouts/base_url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment