osem-fcy/app/views/layouts/_messages.html.haml
2017-03-20 18:27:39 +05:30

17 lines
504 B
Text

%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.
- flash.each do |type, message|
.row
.col-md-12
%div{class: "alert alert-dismissable #{bootstrap_class_for(type)}", id: "flash"}
.button.close{"data-dismiss" => "alert", "aria-hidden"=>"true"}
×
%p
= message