FIX: When navigating to a topic via a link that's not found, the

formatting was broken.
This commit is contained in:
Robin Ward
2014-08-07 15:56:09 -04:00
parent becfcefb3c
commit 7b317c1ad7
3 changed files with 7 additions and 7 deletions
@@ -437,7 +437,7 @@ Discourse.TopicController = Discourse.ObjectController.extend(Discourse.Selected
return canDelete;
}.property('selectedPostsCount'),
hasError: Ember.computed.or('errorBodyHtml', 'message'),
hasError: Ember.computed.or('notFoundHtml', 'message'),
multiSelectChanged: function() {
// Deselect all posts when multi select is turned off