2011-05-08 08:29:21 +00:00
|
|
|
#loader{:style => "display: none;"}
|
2011-06-24 03:16:13 +00:00
|
|
|
= image_tag "ajax-loader.gif"
|
2011-05-08 08:29:21 +00:00
|
|
|
#info_window
|
2011-12-25 07:23:19 +00:00
|
|
|
- if flash[:notice]
|
|
|
|
.alert-message.success
|
|
|
|
%p
|
|
|
|
= flash[:notice]
|
|
|
|
- if flash[:warning]
|
|
|
|
.alert-message.warning
|
|
|
|
%p
|
|
|
|
= flash[:warning]
|
|
|
|
- if flash[:error]
|
|
|
|
.alert-message.error
|
|
|
|
%p
|
|
|
|
= flash[:error]
|
2011-05-08 08:29:21 +00:00
|
|
|
= yield
|