mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Remove Ace of Coders tournament blurb from home page
This commit is contained in:
parent
3d1e5f1e34
commit
d5288a254b
2 changed files with 3 additions and 5 deletions
|
@ -1355,9 +1355,6 @@
|
|||
merge_conflict_with: "MERGE CONFLICT WITH"
|
||||
no_changes: "No Changes"
|
||||
|
||||
temp:
|
||||
ace_of_coders_tournament: "New: play in the Ace of Coders tournament now!"
|
||||
|
||||
multiplayer:
|
||||
multiplayer_title: "Multiplayer Settings" # We'll be changing this around significantly soon. Until then, it's not important to translate.
|
||||
multiplayer_toggle: "Enable multiplayer"
|
||||
|
|
|
@ -16,8 +16,9 @@ block outer_content
|
|||
//a(href="https://itunes.apple.com/us/app/codecombat/id936523909?mt=8")
|
||||
// img(src="/images/pages/home/app_store_badge.svg")#apple-store-button
|
||||
|
||||
#news
|
||||
a(href="/play/ladder/ace-of-coders", data-i18n="temp.ace_of_coders_tournament") New: play in the Ace of Coders tournament now!
|
||||
// Example of how to throw down a temporary news link
|
||||
//#news
|
||||
// a(href="/play/ladder/ace-of-coders", data-i18n="temp.ace_of_coders_tournament") New: play in the Ace of Coders tournament now!
|
||||
|
||||
#slogan(data-i18n="home.slogan")
|
||||
|
||||
|
|
Loading…
Reference in a new issue