Commit 24c76326 by Matthew Mongeau

Start responses.

parent 3a254380
......@@ -18,6 +18,7 @@ class @DiscussionThreadView extends Backbone.View
if window.user.voted(@model)
@$(".vote-btn").addClass("is-cast")
@$("span.timeago").timeago()
DiscussionUtil.makeWmdEditor @$el, $.proxy(@$, @), "reply-body"
@renderResponses()
@
......
......@@ -123,6 +123,7 @@
</div>
<ol class="responses">
</ol>
<div class="response-body"></div>
</article>
</script>
......
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