mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Route homepage students to /courses instead of /play
This commit is contained in:
parent
49e7506c62
commit
be254cf10e
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ mixin box
|
|||
|
||||
else if view.justPlaysCourses()
|
||||
div
|
||||
a.btn.btn-forest.btn-lg.btn-block(href='/play/', data-i18n="courses.continue_playing")
|
||||
a.btn.btn-forest.btn-lg.btn-block(href=view.playURL, data-i18n="courses.continue_playing")
|
||||
div
|
||||
a.btn.btn-primary.btn-lg.btn-block.play-btn(href=view.playURL, data-i18n="new_home.view_progress")
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue