mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
17 lines
504 B
Text
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
|