Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created July 17, 2009 15:25
Show Gist options
  • Save adamstac/149106 to your computer and use it in GitHub Desktop.
Save adamstac/149106 to your computer and use it in GitHub Desktop.
#page_header
%h1= @page_title = "Page Title"
%h2= @page_description = "Page Description"
#page_actions
%ul
%li
= link_to "Action Link", "#"
#page_back
= link_to "← Back to Index", account_collections_url
#page_body
.row
.column.grid_9
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment