diff --git a/app/assets/javascripts/discourse/widgets/quick-access-profile.js.es6 b/app/assets/javascripts/discourse/widgets/quick-access-profile.js.es6 index b74054e243a..4fc9140b3f2 100644 --- a/app/assets/javascripts/discourse/widgets/quick-access-profile.js.es6 +++ b/app/assets/javascripts/discourse/widgets/quick-access-profile.js.es6 @@ -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`,