Display course name in class details view

Instead of campaign name
This commit is contained in:
Matt Lott 2015-12-04 14:32:22 -08:00
parent eed5ee552c
commit 70b1a05435

View file

@ -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');