summaryrefslogtreecommitdiff
path: root/templates/project/dashboards/layout.erb
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-07-24 15:25:22 -0400
committerDaniel Beauchamp <daniel.beauchamp@shopify.com>2012-07-24 15:30:32 -0400
commitc63c8f1698e8c059e286fb49ba0264e4336a6e33 (patch)
tree372fa45a424f4de805112995be3e0074ce9e0125 /templates/project/dashboards/layout.erb
parent9f625f927aadf6d9574bd968d2cfc29dde5551c0 (diff)
Initial version. 0.1.0 Release
Diffstat (limited to 'templates/project/dashboards/layout.erb')
-rw-r--r--templates/project/dashboards/layout.erb21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/project/dashboards/layout.erb b/templates/project/dashboards/layout.erb
new file mode 100644
index 0000000..66bf1e0
--- /dev/null
+++ b/templates/project/dashboards/layout.erb
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8"/>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+
+ <title><%= yield_content(:title) %></title>
+
+ <script type="text/javascript"><%= javascripts %></script>
+ <style><%= stylesheets %></style>
+
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+</head>
+<body>
+
+ <div class="wrapper">
+ <%= yield %>
+ </div>
+
+</body>
+</html> \ No newline at end of file