fix inline closed threads

This commit is contained in:
Arjun Singh
2012-09-14 01:25:02 -07:00
parent 1f55763b56
commit b6f9dcdf74
2 changed files with 4 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ if Backbone?
@$el.find('.collapse-post').css('display', 'block')
@$el.find('.post-extended-content').show()
@makeWmdEditor "reply-body"
@renderAttrs()
if @$el.find('.loading').length
@renderResponses()

View File

@@ -13,9 +13,9 @@
<span class="timeago" title="{{created_at}}">{{created_at}}</span>
<span class="post-status-closed top-post-status" style="display: none">
&bull; This thread is closed.
</span>
<span class="post-status-closed top-post-status" style="display: none">
&bull; This thread is closed.
</span>
</p>
</header>
<div class="post-body">{{abbreviatedBody}}</div>