Skip to content

Instantly share code, notes, and snippets.

View dmfrancisco's full-sized avatar

David Francisco dmfrancisco

View GitHub Profile
@dmfrancisco
dmfrancisco / application.html.haml
Created July 2, 2011 18:17
Helpers & layout for the activo theme
-# views/layouts/application.html.haml
!!!
%html
%head
%title Web App
= render '/layouts/common_stylesheets' # Stylesheets common to all pages
= render '/layouts/common_javascripts' # Javascript files common to all pages
= csrf_meta_tag
%body