Route homepage students to /courses instead of /play

This commit is contained in:
Matt Lott 2016-04-05 10:43:06 -07:00
parent 49e7506c62
commit be254cf10e

View file

@ -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