From b5ff9af40f4d16dd48d76615ba5f3a0c7c457707 Mon Sep 17 00:00:00 2001 From: Nick Veys Date: Thu, 20 Dec 2012 15:00:12 -0600 Subject: [PATCH] Making sure bootstrap_flash is in both layouts in all templates --- lib/generators/bootstrap/layout/templates/layout.html.erb | 3 ++- lib/generators/bootstrap/layout/templates/layout.html.haml | 1 + lib/generators/bootstrap/layout/templates/layout.html.slim | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/generators/bootstrap/layout/templates/layout.html.erb b/lib/generators/bootstrap/layout/templates/layout.html.erb index 0b9130e4..6ae59d5e 100644 --- a/lib/generators/bootstrap/layout/templates/layout.html.erb +++ b/lib/generators/bootstrap/layout/templates/layout.html.erb @@ -77,7 +77,8 @@ <%- else -%>
- <%%= yield %> + <%%= bootstrap_flash %> + <%%= yield %>