Skip to content

Instantly share code, notes, and snippets.

@ltackett
Created June 19, 2009 03:54
Show Gist options
  • Save ltackett/132402 to your computer and use it in GitHub Desktop.
Save ltackett/132402 to your computer and use it in GitHub Desktop.
!!! Strict
%html
%head
%title
= h(yield(:title) || "Untitled") + ' - Navigating Cancer'
/ These stylesheets are for the new front-end and for Compass
= stylesheet_link_tag 'compiled/screen.css', :media => 'screen, projection'
= stylesheet_link_tag 'compiled/print.css', :media => 'print'
/[if IE]
= stylesheet_link_tag 'compiled/ie.css', :media => 'screen, projection'
// TODO: merge over any relevant work from Nathan's Application stylesheet.
// Eventually these stylesheets will be phased out entirely, as Compass and
// the new stylesheets will be replacing them.
/= stylesheet_link_tag 'nathan/reset'
= stylesheet_link_tag 'nathan/application'
= javascript_include_tag 'jquery'
= javascript_include_tag 'jquery.tools.min'
= javascript_include_tag 'jquery-ui'
= javascript_include_tag 'jquery.form'
= javascript_include_tag 'jrails'
= javascript_include_tag 'application'
= yield(:head)
%body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment