mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
🐛Fix /courses view class link
This commit is contained in:
parent
b3fb8e98c2
commit
e290bf56bd
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ block content
|
|||
h3
|
||||
span.spr= classroom.get('name')
|
||||
span.spr (#{(classroom.get('aceConfig') || {}).language === 'python' ? 'Python' : 'JavaScript'})
|
||||
a(href="/courses/classroom/"+classroom.id) view class
|
||||
a(href="/courses/"+classroom.id) view class
|
||||
|
||||
- var courseInstances = view.courseInstances.where({classroomID: classroom.id});
|
||||
for courseInstance in courseInstances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue