mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Rename "View Progress" button for logged in student
This commit is contained in:
parent
547b2a2b50
commit
f0eae0eb38
2 changed files with 2 additions and 1 deletions
|
@ -89,6 +89,7 @@
|
|||
goto_classes: "Go to My Classes"
|
||||
view_profile: "View My Profile"
|
||||
view_progress: "View Progress"
|
||||
go_to_courses: "Go to My Courses"
|
||||
want_coco: "Want CodeCombat at your school?"
|
||||
form_select_role: "Select primary role"
|
||||
form_select_range: "Select class size"
|
||||
|
|
|
@ -26,7 +26,7 @@ mixin box
|
|||
div
|
||||
a.btn.btn-forest.btn-lg.btn-block.play-btn(href=view.playURL, data-event-action="Homepage Classroom Continue Playing CTA", data-i18n="courses.continue_playing")
|
||||
div
|
||||
a.btn.btn-primary.btn-lg.btn-block.play-btn(href=view.playURL, data-event-action="Homepage View Progress CTA", data-i18n="new_home.view_progress")
|
||||
a.btn.btn-primary.btn-lg.btn-block.play-btn(href=view.playURL, data-event-action="Homepage View Progress CTA", data-i18n="new_home.go_to_courses")
|
||||
else
|
||||
div
|
||||
a.btn.btn-forest.btn-lg.btn-block.play-btn(href=view.playURL, data-event-action="Homepage Campaign Continue Playing CTA", data-i18n="courses.continue_playing")
|
||||
|
|
Loading…
Reference in a new issue