Add icon for "Move to Inbox" footer button
This commit is contained in:
parent
8c9ffee3af
commit
963f6fbd40
|
@ -53,7 +53,7 @@ export default Ember.Component.extend({
|
||||||
),
|
),
|
||||||
|
|
||||||
@computed("topic.message_archived")
|
@computed("topic.message_archived")
|
||||||
archiveIcon: archived => (archived ? "" : "folder"),
|
archiveIcon: archived => (archived ? "envelope" : "folder"),
|
||||||
|
|
||||||
@computed("topic.message_archived")
|
@computed("topic.message_archived")
|
||||||
archiveTitle: archived =>
|
archiveTitle: archived =>
|
||||||
|
|
Loading…
Reference in New Issue