mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 08:53:38 -04:00
Fixes #2854
This commit is contained in:
parent
270340a79f
commit
29d19ffc37
1 changed files with 3 additions and 5 deletions
|
@ -17,7 +17,7 @@ block outer_content
|
||||||
.alert.alert-danger.lt-ie9
|
.alert.alert-danger.lt-ie9
|
||||||
strong(data-i18n="home.no_ie") CodeCombat does not run in Internet Explorer 8 or older. Sorry!
|
strong(data-i18n="home.no_ie") CodeCombat does not run in Internet Explorer 8 or older. Sorry!
|
||||||
|
|
||||||
if isMobile
|
if isIPadBrowser || isMobile
|
||||||
.alert.alert-danger.mobile
|
.alert.alert-danger.mobile
|
||||||
strong(data-i18n="home.no_mobile") CodeCombat wasn't designed for mobile devices and may not work!
|
strong(data-i18n="home.no_mobile") CodeCombat wasn't designed for mobile devices and may not work!
|
||||||
else if isOldBrowser
|
else if isOldBrowser
|
||||||
|
@ -25,12 +25,10 @@ block outer_content
|
||||||
strong(data-i18n="home.old_browser") Uh oh, your browser is too old to run CodeCombat. Sorry!
|
strong(data-i18n="home.old_browser") Uh oh, your browser is too old to run CodeCombat. Sorry!
|
||||||
br
|
br
|
||||||
span(data-i18n="home.old_browser_suffix") You can try anyway, but it probably won't work.
|
span(data-i18n="home.old_browser_suffix") You can try anyway, but it probably won't work.
|
||||||
else if isIPadBrowser
|
|
||||||
.alert.alert-danger.ipad-browser
|
|
||||||
strong(data-i18n="home.ipad_browser") Bad news: CodeCombat doesn't run on iPad in the browser. Good news: our native iPad app is awaiting Apple approval.
|
|
||||||
|
|
||||||
block extra_footer_content
|
block extra_footer_content
|
||||||
if explainHourOfCode
|
if explainHourOfCode
|
||||||
// Does not show up unless lang is en-US.
|
// Does not show up unless lang is en-US.
|
||||||
div.hour-of-code-explanation
|
div.hour-of-code-explanation
|
||||||
| The 'Hour of Code' is a nationwide initiative by
|
| The 'Hour of Code' is a nationwide initiative by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue