mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 04:52:45 +08:00
FIX: Deleted posts weren't red.
This commit is contained in:
parent
a93dfece70
commit
e9895d4de2
|
@ -6,11 +6,12 @@ var PostView = Discourse.GroupedView.extend(Ember.Evented, {
|
|||
classNameBindings: ['postTypeClass',
|
||||
'selected',
|
||||
'post.hidden:post-hidden',
|
||||
'post.deleted',
|
||||
'post.deleted:deleted',
|
||||
'post.topicOwner:topic-owner',
|
||||
'groupNameClass',
|
||||
'post.wiki:wiki'],
|
||||
postBinding: 'content',
|
||||
|
||||
post: Ember.computed.alias('content'),
|
||||
|
||||
historyHeat: function() {
|
||||
var updatedAt = this.get('post.updated_at');
|
||||
|
|
Loading…
Reference in New Issue
Block a user