summaryrefslogtreecommitdiff
path: root/app/views/layouts/home.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-07-31 15:12:59 -0700
committerelijah <elijah@riseup.net>2013-07-31 15:12:59 -0700
commit1a3fdad01d9cb2e2596281d38ce0c0f1ad4da04a (patch)
tree265a2c3393c4e6f8e2958f8739f50150e89c3d92 /app/views/layouts/home.html.haml
parent21f39bf368ea1e0deb70eb918f0947fb6fbd900d (diff)
added empty 'home' layout and removed debugger from homecontroller
Diffstat (limited to 'app/views/layouts/home.html.haml')
-rw-r--r--app/views/layouts/home.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/layouts/home.html.haml b/app/views/layouts/home.html.haml
new file mode 100644
index 0000000..e6fa15d
--- /dev/null
+++ b/app/views/layouts/home.html.haml
@@ -0,0 +1,12 @@
+!!!
+%html
+ %head
+ %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}
+ %title= html_title
+ %meta{:content => content_for?(:description) ? yield(:description) : "LEAP Web", :name => "description"}
+ = stylesheet_link_tag "application", :media => "all"
+ = javascript_include_tag "application"
+ = csrf_meta_tags
+ = yield(:head)
+ %body
+ = yield \ No newline at end of file