diff options
author | jessib <jessib@leap.se> | 2012-11-16 15:31:48 -0800 |
---|---|---|
committer | jessib <jessib@leap.se> | 2012-11-16 15:31:48 -0800 |
commit | 18a67ffdc21e44e21363f863b1a31d74b98ee3eb (patch) | |
tree | b4f9e96e18ee9e8adaf1d5cecbc61c659f8ee9e5 /app/views/layouts/application.html.haml | |
parent | f1e3b135eec6e0a6a02b920cdadd7adc5889f9e2 (diff) |
playing around with pjax-rails but not using it yet
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r-- | app/views/layouts/application.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index e3b7977..b0644f2 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -19,5 +19,6 @@ .row .span12 = render 'layouts/messages' # TODO: In firefox, these are hidden by header - = yield + %div{"data-pjax-container" => ""} + = yield %footer |