We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9caa574 commit 551e1e7Copy full SHA for 551e1e7
app/view/topic/abstract.html
@@ -19,7 +19,7 @@
19
<% if (topic.reply && topic.reply.author) {%>
20
<a class='last_time pull-right' href="/topic/<%= topic._id %><%- '#' + topic.reply._id %>">
21
<img class="user_small_avatar" src="<%= helper.proxy(topic.reply.author.avatar_url) %>">
22
- <span class="last_active_time"><%= helper.ago(topic.reply) %></span>
+ <span class="last_active_time"><%= helper.ago(topic.last_reply_at) %></span>
23
</a>
24
<% } %>
25
<% if (!topic.reply) {%>
0 commit comments