Skip to content

Instantly share code, notes, and snippets.

@norbajunior
Created March 3, 2011 18:14
Show Gist options
  • Save norbajunior/853204 to your computer and use it in GitHub Desktop.
Save norbajunior/853204 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Dashboard</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :all %>
<%= csrf_meta_tag %>
</head>
<body>
<%= yield %>
</body>
</html>
doctype html
html
head
title Dashboard
= stylesheet_link_tag :all
= javascript_include_tag :all
= csrf_meta_tag
body
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment