Add post date to moderator queue

This commit is contained in:
Robin Ward
2015-04-20 16:34:36 -04:00
parent 2c53a8b7bc
commit 5476723906
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import RestModel from 'discourse/models/rest';
import avatarTemplate from 'discourse/lib/avatar-template';
const User = Discourse.Model.extend({
const User = RestModel.extend({
hasPMs: Em.computed.gt("private_messages_stats.all", 0),
hasStartedPMs: Em.computed.gt("private_messages_stats.mine", 0),