diff options
author | elijah <elijah@riseup.net> | 2013-07-31 15:12:59 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-31 15:12:59 -0700 |
commit | 1a3fdad01d9cb2e2596281d38ce0c0f1ad4da04a (patch) | |
tree | 265a2c3393c4e6f8e2958f8739f50150e89c3d92 /app/views/layouts/_content.html.haml | |
parent | 21f39bf368ea1e0deb70eb918f0947fb6fbd900d (diff) |
added empty 'home' layout and removed debugger from homecontroller
Diffstat (limited to 'app/views/layouts/_content.html.haml')
-rw-r--r-- | app/views/layouts/_content.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_content.html.haml b/app/views/layouts/_content.html.haml index 19af627..d5c2fa3 100644 --- a/app/views/layouts/_content.html.haml +++ b/app/views/layouts/_content.html.haml @@ -1,5 +1,5 @@ -# --# Partial for displaying the page content. This is the only place that content should be displayed. +-# Partial for displaying the page content. This is the only place that content should be displayed (except for home layout) -# - if content_for?(:content) |