mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Display course name in class details view
Instead of campaign name
This commit is contained in:
parent
eed5ee552c
commit
70b1a05435
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ block content
|
|||
if !(course.get('free') || paidFor)
|
||||
- continue;
|
||||
.row
|
||||
.col-sm-3.text-right= campaign.get('fullName')
|
||||
.col-sm-3.text-right= course.get('name')
|
||||
.col-sm-9
|
||||
if inCourse
|
||||
- var levels = campaign.get('levels');
|
||||
|
|
Loading…
Reference in a new issue