UX: Add "Drafts" to quick access profile tab. (#8155)

This commit is contained in:
Kyle Zhao 2019-10-03 22:48:17 -07:00 committed by Sam
parent 5a919c2211
commit 75d54e3335
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ createWidgetFrom(QuickAccessPanel, "quick-access-profile", {
href: `${this.attrs.path}/messages`,
content: I18n.t("user.private_messages")
},
{
icon: "pencil",
href: `${this.attrs.path}/activity/drafts`,
content: I18n.t("user_action_groups.15")
},
{
icon: "cog",
href: `${this.attrs.path}/preferences`,