mirror of
https://github.com/discourse/discourse.git
synced 2025-06-10 16:43:41 +08:00
UX: Move archive button in topic controls dropdown (mobile view). (#7681)
This commit is contained in:
@ -130,6 +130,9 @@ export default {
|
||||
"archiveTitle",
|
||||
"toggleArchiveMessage"
|
||||
],
|
||||
dropdown() {
|
||||
return this.site.mobileView;
|
||||
},
|
||||
displayed() {
|
||||
return this.canArchive;
|
||||
}
|
||||
|
Reference in New Issue
Block a user