Commit 772129f3 by Arjun Singh

fix inline closed threads

parent 84b005a1
...@@ -104,6 +104,7 @@ if Backbone? ...@@ -104,6 +104,7 @@ if Backbone?
@$el.find('.collapse-post').css('display', 'block') @$el.find('.collapse-post').css('display', 'block')
@$el.find('.post-extended-content').show() @$el.find('.post-extended-content').show()
@makeWmdEditor "reply-body" @makeWmdEditor "reply-body"
@renderAttrs()
if @$el.find('.loading').length if @$el.find('.loading').length
@renderResponses() @renderResponses()
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
<span class="timeago" title="{{created_at}}">{{created_at}}</span> <span class="timeago" title="{{created_at}}">{{created_at}}</span>
<span class="post-status-closed top-post-status" style="display: none"> <span class="post-status-closed top-post-status" style="display: none">
&bull; This thread is closed. &bull; This thread is closed.
</span> </span>
</p> </p>
</header> </header>
<div class="post-body">{{abbreviatedBody}}</div> <div class="post-body">{{abbreviatedBody}}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment