diff --git a/app/assets/javascripts/discourse/components/posts-count-column.js.es6 b/app/assets/javascripts/discourse/components/posts-count-column.js.es6 index 94dab2bc869..6263de0ebc1 100644 --- a/app/assets/javascripts/discourse/components/posts-count-column.js.es6 +++ b/app/assets/javascripts/discourse/components/posts-count-column.js.es6 @@ -32,7 +32,7 @@ export default Ember.Component.extend({ render: function(buffer) { var postsCount = this.get('topic.posts_count'), - url = this.get('topic.lastUnreadUrl'); + url = this.get('topic.lastPostUrl'); buffer.push(""); buffer.push(Discourse.Formatter.number(postsCount));