UX: Add "Drafts" to quick access profile tab. (#8155)
This commit is contained in:
parent
5a919c2211
commit
75d54e3335
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue