templates/application_layout.rb in prologue-0.3.6 vs templates/application_layout.rb in prologue-0.3.7
- old
+ new
@@ -15,9 +15,11 @@
<<-FILE
- if flash[:notice]
%div#messenger{:class => "flasher"}= flash[:notice]
- if flash[:error]
%div#error{:class => "flasher"}= flash[:error]
+- if flash[:alert]
+ %div#alert{:class => "flasher"}= flash[:alert]
FILE
end
create_file 'app/views/shared/_footer.html.haml' do
<<-FILE
\ No newline at end of file