mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 04:55:54 +08:00
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…
x
Reference in New Issue
Block a user