Merge pull request #1582 from MITx/feature/kevin/cohorts_take_3

Feature/kevin/cohorts take 3
This commit is contained in:
Victor Shnayder
2013-03-01 16:13:30 -08:00
4 changed files with 24 additions and 34 deletions

View File

@@ -79,7 +79,7 @@ if Backbone?
#determined in the coffeescript based on whether or not there's a
#group id
if response.is_cohorted
if response.is_cohorted and response.is_moderator
source = "script#_inline_discussion_cohorted"
else
source = "script#_inline_discussion"