mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00: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',
|
classNameBindings: ['postTypeClass',
|
||||||
'selected',
|
'selected',
|
||||||
'post.hidden:post-hidden',
|
'post.hidden:post-hidden',
|
||||||
'post.deleted',
|
'post.deleted:deleted',
|
||||||
'post.topicOwner:topic-owner',
|
'post.topicOwner:topic-owner',
|
||||||
'groupNameClass',
|
'groupNameClass',
|
||||||
'post.wiki:wiki'],
|
'post.wiki:wiki'],
|
||||||
postBinding: 'content',
|
|
||||||
|
post: Ember.computed.alias('content'),
|
||||||
|
|
||||||
historyHeat: function() {
|
historyHeat: function() {
|
||||||
var updatedAt = this.get('post.updated_at');
|
var updatedAt = this.get('post.updated_at');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user