mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 08:55:47 +01:00
closes #841
This commit is contained in:
@@ -161,7 +161,7 @@ define(['composer'], function(composer) {
|
||||
'<a href="' + RELATIVE_PATH + '/topic/' + posts[i].topicSlug + '#' + posts[i].pid + '">posted</a> '+
|
||||
'<span class="timeago" title="' + posts[i].relativeTime + '"></span>' +
|
||||
'</span>'+
|
||||
'</li>';
|
||||
'</li>';
|
||||
}
|
||||
|
||||
recentReplies.html(replies);
|
||||
|
||||
Reference in New Issue
Block a user