From 40aaf920e077a0f9566ce40f0ed7a32d629b9c99 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Sat, 14 Apr 2018 15:42:52 -0400 Subject: [PATCH] fixed the generated flash template for bootstrap 4 --- generators/newapp/templates/templates/_flash.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/generators/newapp/templates/templates/_flash.html.tmpl b/generators/newapp/templates/templates/_flash.html.tmpl index 9f3854fed..adc4b27ba 100644 --- a/generators/newapp/templates/templates/_flash.html.tmpl +++ b/generators/newapp/templates/templates/_flash.html.tmpl @@ -1,14 +1,14 @@ -<%= if (len(flash) > 0) { %>
<%= for (k, messages) in flash { %> <%= for (msg) in messages { %> <% } %> <% } %>
-<% } %> \ No newline at end of file