mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
标记作者的回复
This commit is contained in:
parent
50fc607da9
commit
70fdb7dba0
@ -9,6 +9,9 @@
|
||||
<a class='dark reply_author' href="/user/<%= reply.author.loginname %>"><%= reply.author.loginname %></a>
|
||||
<a class="reply_time" href="#<%= reply._id %>"><%= indexInCollection + 1 %>楼•<%= reply.create_at_ago()
|
||||
%></a>
|
||||
<% if(reply.author.loginname == topic.author.loginname){ %>
|
||||
<span style="color: red; font-weight: 600; font-size: 12px;">[作者]</span>
|
||||
<% } %>
|
||||
</div>
|
||||
<div class='user_action'>
|
||||
<span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user