Skip to content

Instantly share code, notes, and snippets.

@pzuraq
Created January 29, 2013 20:44
Show Gist options
  • Save pzuraq/4667647 to your computer and use it in GitHub Desktop.
Save pzuraq/4667647 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Case</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment