mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
97cb5275c3
* Handling prepaids with strings for maxRedeemers * Add link to TeacherCoursesView from HourOfCodeView * Show only course instances with classrooms attached in TeacherCoursesView and StudentCoursesView * Add event tracking to HourOfCodeView * Add not-logged-in handling to TeacherCoursesView * Fixed a GET prepaids bug * Have course instances created for hour of code have hourOfCode property set to true.
11 lines
No EOL
372 B
Text
11 lines
No EOL
372 B
Text
extends /templates/base
|
|
|
|
block content
|
|
h1.text-center Welcome to CodeCombat's Hour of Code!
|
|
br
|
|
.container-fluid
|
|
.row
|
|
.col-md-6.text-center
|
|
button#student-btn.btn.btn-lg.btn-success(data-i18n="courses.students_click")
|
|
.col-md-6.text-center
|
|
a.btn.btn-lg.btn-default(data-i18n="courses.teachers_click", href="/courses/teachers?hoc=true") |