Skip to content

Commit 551e1e7

Browse files
sinchangatian25
authored andcommitted
fix: last reply time bug (#91)
closes #90
1 parent 9caa574 commit 551e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/view/topic/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<% if (topic.reply && topic.reply.author) {%>
2020
<a class='last_time pull-right' href="/topic/<%= topic._id %><%- '#' + topic.reply._id %>">
2121
<img class="user_small_avatar" src="<%= helper.proxy(topic.reply.author.avatar_url) %>">
22-
<span class="last_active_time"><%= helper.ago(topic.reply) %></span>
22+
<span class="last_active_time"><%= helper.ago(topic.last_reply_at) %></span>
2323
</a>
2424
<% } %>
2525
<% if (!topic.reply) {%>

0 commit comments

Comments
 (0)