mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Merge pull request #1769 from vikhyat/fix-thumb-tack-icon
Fix missing pin icon.
This commit is contained in:
commit
02c149ef8e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Discourse.TopicStatusComponent = Ember.Component.extend({
|
|||
this.trigger('addCustomIcon', buffer);
|
||||
|
||||
renderIconIf('topic.closed', 'lock', 'locked');
|
||||
renderIconIf('topic.pinned', 'pushpin', 'pinned');
|
||||
renderIconIf('topic.pinned', 'thumb-tack', 'pinned');
|
||||
renderIconIf('topic.invisible', 'eye-close', 'invisible');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue