mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Moved JSHint into Qunit suite. It's much harder to forget about now!
This commit is contained in:
@ -14,7 +14,7 @@ Discourse.FlaggedPost = Discourse.Post.extend({
|
||||
.map(function(v,k){
|
||||
return Em.String.i18n("admin.flags.summary.action_type_" + k, {count: v.length});
|
||||
})
|
||||
.join(",")
|
||||
.join(",");
|
||||
}.property(),
|
||||
|
||||
flaggers: function() {
|
||||
|
Reference in New Issue
Block a user