#<%= indexInCollection + 1 %> <% if(locals.current_user){ %> 回复 <% } %> <% if(reply.replies.length>0){ %> {<%= reply.replies.length %>} <% } %> <%= reply.author.name %> <%= reply.friendly_create_at %> 回复 <% if(locals.current_user && current_user._id.toString() == reply.author._id.toString()) { %> <% } %>
<%- reply.content %>
<% if (reply.replies.length >0) { %>
<%- partial('reply/reply2',{collection: reply.replies, as: 'reply'}) %> <% } %> <% if (locals.current_user) { %>
Ctrl+Enter 快捷回复
<% } %>