mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
- if !flash[:notice].blank?
|
|
%p.flash.notice
|
|
= flash[:notice]
|
|
= link_to raw("×"), "#", :class => :close
|
|
|
|
- if !flash[:alert].blank?
|
|
%p.flash.alert
|
|
= flash[:alert]
|
|
= link_to raw("×"), "#", :class => :close
|