mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Don't show seat count when enrolling in free courses
This commit is contained in:
parent
171678caad
commit
99c20b88fa
1 changed files with 6 additions and 5 deletions
|
@ -67,11 +67,12 @@ block content
|
|||
else
|
||||
span.spr(data-i18n="courses.creating_for")
|
||||
strong.spr #{selectedCourseTitle}
|
||||
span.spr(data-i18n="courses.for")
|
||||
strong
|
||||
span #{seats}
|
||||
span.spl(data-i18n="courses.students1")
|
||||
span .
|
||||
if price > 0
|
||||
span.spr(data-i18n="courses.for")
|
||||
strong
|
||||
span #{seats}
|
||||
span.spl(data-i18n="courses.students1")
|
||||
span #{'.'}
|
||||
p(data-i18n="courses.receive_code")
|
||||
p.center
|
||||
if price > 0
|
||||
|
|
Loading…
Reference in a new issue