Fix string interpolation, fix jx jade DNT comments

This commit is contained in:
Josh Callebaut 2016-05-18 13:25:00 -07:00
parent a5cad6f986
commit cca19f2008
4 changed files with 6 additions and 6 deletions

View file

@ -6,13 +6,13 @@ module.exports = class LevelCollection extends CocoCollection
model: Level
fetchForClassroom: (classroomID, options={}) ->
options.url = '/db/classroom/#{classroomID}/levels'
options.url = "/db/classroom/#{classroomID}/levels"
@fetch(options)
fetchForClassroomAndCourse: (classroomID, courseID, options={}) ->
options.url = '/db/classroom/#{classroomID}/courses/#{courseID}/levels'
options.url = "/db/classroom/#{classroomID}/courses/#{courseID}/levels"
@fetch(options)
fetchForCampaign: (campaignSlug, options={}) ->
options.url = '/db/campaign/' + campaignSlug + '/levels'
options.url = "/db/campaign/#{campaignSlug}/levels"
@fetch(options)

View file

@ -1,4 +1,4 @@
# DNT
// DNT
extends /templates/base
block content

View file

@ -1,4 +1,4 @@
# DNT
// DNT
extends /templates/base
block content

View file

@ -1,4 +1,4 @@
# DNT
// DNT
extends /templates/base
block content