Added the 'bootstrap_flash' helper into application.html.erb

This commit is contained in:
Prelang Builder
2014-02-27 23:58:18 +00:00
committed by u7482
parent bfc07e906e
commit c1c35ba421

View File

@@ -8,6 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/></head>
<body>
<%= render partial: "elements/navbar" %>
<%= bootstrap_flash %>
<%= yield %>