Skip to content

Instantly share code, notes, and snippets.

@sevos
Created May 21, 2011 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sevos/984486 to your computer and use it in GitHub Desktop.
Save sevos/984486 to your computer and use it in GitHub Desktop.
!!!
%html
%head
%title
Zrzuta na...
= yield :title
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
%body
#body.container
%div.container{:id => controller_name}
%div.container{:id => action_name}
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment