mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
Require javascript
This commit is contained in:
parent
5d3864d7da
commit
e0f134bb34
1 changed files with 11 additions and 2 deletions
|
|
@ -23,7 +23,16 @@
|
|||
.span12
|
||||
= render 'layouts/messages'
|
||||
.row-fluid
|
||||
.span12
|
||||
%noscript
|
||||
:css
|
||||
#yield-span {
|
||||
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.
|
||||
.span12#yield-span
|
||||
= yield
|
||||
#push
|
||||
#footer
|
||||
|
|
@ -32,4 +41,4 @@
|
|||
OSEM is (C) 2013
|
||||
= link_to "Matt Barringer", "http://incoherent.de"
|
||||
and released under the GPL. You can get the source code from
|
||||
= link_to "Github.", "https://github.com/mbarringer/osem"
|
||||
= link_to "Github.", "https://github.com/mbarringer/osem"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue