mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Using home play i18n tag instead of common play tag.
This commit is contained in:
parent
8400eb6016
commit
89af30f436
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ extends /templates/base
|
||||||
block outer_content
|
block outer_content
|
||||||
#spacer
|
#spacer
|
||||||
|
|
||||||
a#play-button(href="/play", data-i18n="common.play")
|
a#play-button(href="/play", data-i18n="home.play")
|
||||||
|
|
||||||
//#or-ipad(data-i18n="home.or_ipad")
|
//#or-ipad(data-i18n="home.or_ipad")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue