Skip to content

Instantly share code, notes, and snippets.

@fredrikhenne
Created May 11, 2010 14:01
Show Gist options
  • Save fredrikhenne/397343 to your computer and use it in GitHub Desktop.
Save fredrikhenne/397343 to your computer and use it in GitHub Desktop.
!!! 5
%html
%head
= csrf_meta_tag
= stylesheet_link_tag 'screen.css', :media => 'screen, projection'
= stylesheet_link_tag 'print.css', :media => 'print'
/[if lt IE 8]
= stylesheet_link_tag 'ie.css', :media => 'screen, projection'
%body
- flash.each do |name, msg|
= content_tag :div, msg, :id => "flash_#{name}"
= yield
= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'
= javascript_include_tag 'application.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment