mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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`,
|
href: `${this.attrs.path}/messages`,
|
||||||
content: I18n.t("user.private_messages")
|
content: I18n.t("user.private_messages")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: "pencil",
|
||||||
|
href: `${this.attrs.path}/activity/drafts`,
|
||||||
|
content: I18n.t("user_action_groups.15")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
icon: "cog",
|
icon: "cog",
|
||||||
href: `${this.attrs.path}/preferences`,
|
href: `${this.attrs.path}/preferences`,
|
||||||
|
Loading…
Reference in New Issue
Block a user