mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
Update /courses/purchase copy
This commit is contained in:
parent
c4c4f42e74
commit
45418dbfe3
2 changed files with 8 additions and 4 deletions
app
5
app/styles/courses/purchase-courses-view.sass
Normal file
5
app/styles/courses/purchase-courses-view.sass
Normal file
|
@ -0,0 +1,5 @@
|
|||
#purchase-courses-view
|
||||
|
||||
.enrollment-count
|
||||
font-size: 30px
|
||||
width: 120px
|
|
@ -18,7 +18,7 @@ block content
|
|||
|
||||
else
|
||||
|
||||
h2.text-center Purchase Student Enrollments
|
||||
h2.text-center Purchase Enrollments
|
||||
br
|
||||
|
||||
if view.state === 'error'
|
||||
|
@ -29,8 +29,7 @@ block content
|
|||
br
|
||||
|
||||
p.text-center
|
||||
input#students-input(
|
||||
placeholder='<number of enrollments>'
|
||||
input#students-input.text-center.enrollment-count(
|
||||
value=view.numberOfStudents
|
||||
type='number'
|
||||
)
|
||||
|
@ -39,7 +38,7 @@ block content
|
|||
.container-fluid
|
||||
.row
|
||||
.col-md-offset-3.col-md-6
|
||||
| Each student in a class will get access to Course 2 and up once they are enrolled in paid courses.
|
||||
| Each student in a class will get access to Courses 2-4 once they are enrolled in paid courses.
|
||||
| You may assign each course to each student individually.
|
||||
br
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue