FIX: Hidden icon was missing

This commit is contained in:
Robin Ward 2014-01-24 14:29:41 -05:00
parent 618960b43a
commit 964dddf92d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Discourse.TopicStatusComponent = Ember.Component.extend({
renderIconIf('topic.closed', 'lock', 'locked');
renderIconIf('topic.pinned', 'thumb-tack', 'pinned');
renderIconIf('topic.invisible', 'eye-close', 'invisible');
renderIconIf('topic.invisible', 'eye-slash', 'invisible');
}
});