Skip to content

Instantly share code, notes, and snippets.

@jackhq
Created April 28, 2010 03:47
Show Gist options
  • Save jackhq/381700 to your computer and use it in GitHub Desktop.
Save jackhq/381700 to your computer and use it in GitHub Desktop.
!!!
%html
%head
%title Rorproject
- %w{ reset text 960 application }.each do |css|
= stylesheet_link_tag css
= stylesheet_link_tag 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/base/jquery-ui.css'
= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js'
= javascript_include_tag 'rails'
= javascript_include_tag 'application'
= csrf_meta_tag
%body
#header-wrap
#header.container_12
%h1 Ruby on Rails 3 Project Application
#content-wrap
.container_12
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment