2014-05-22 18:19:07 +02:00
|
|
|
%noscript
|
|
|
|
|
:css
|
|
|
|
|
#content {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
%h2
|
|
|
|
|
JavaScript is not enabled
|
|
|
|
|
%p
|
|
|
|
|
OSEM requires JavaScript to be enabled to function. Please turn on JavaScript in your browser's settings and reload the page to continue.
|
2014-05-13 14:17:39 +02:00
|
|
|
- flash.each do |type, message|
|
2014-11-18 00:58:43 +01:00
|
|
|
.row
|
|
|
|
|
.col-md-12
|
2017-03-11 13:25:39 +05:30
|
|
|
%div{class: "alert alert-dismissable #{bootstrap_class_for(type)}", id: "flash"}
|
2014-11-18 00:58:43 +01:00
|
|
|
.button.close{"data-dismiss" => "alert", "aria-hidden"=>"true"}
|
|
|
|
|
×
|
|
|
|
|
%p
|
2017-03-11 13:25:39 +05:30
|
|
|
= message
|