diff --git a/app/assets/javascripts/discourse/app/components/user-nav.hbs b/app/assets/javascripts/discourse/app/components/user-nav.hbs
index 6988e134fa2..e5f45b102df 100644
--- a/app/assets/javascripts/discourse/app/components/user-nav.hbs
+++ b/app/assets/javascripts/discourse/app/components/user-nav.hbs
@@ -9,44 +9,12 @@
-
-
- <:submenu>
- {{i18n "user.filters.all"}}
- {{i18n "user_action_groups.4"}}
- {{i18n "user_action_groups.5"}}
-
- {{#if @showRead}}
-
- {{i18n "user.read"}}
-
- {{/if}}
-
- {{#if @showDrafts}}
-
- {{this.draftLabel}}
-
- {{/if}}
-
- {{#if (gt @user.pending_posts_count 0)}}
-
- {{this.pendingLabel}}
-
- {{/if}}
-
- {{i18n "user_action_groups.1"}}
-
- {{#if @showBookmarks}}
- {{i18n "user_action_groups.3"}}
- {{/if}}
-
-
-
-
+
+
+ {{d-icon "stream"}}
+ {{i18n "user.activity_stream"}}
+
+
{{/unless}}
{{#if @showNotificationsTab}}
diff --git a/app/assets/javascripts/discourse/app/components/user-nav/messages-nav.hbs b/app/assets/javascripts/discourse/app/components/user-nav/messages-nav.hbs
index a35091d7a7d..e0744b6030f 100644
--- a/app/assets/javascripts/discourse/app/components/user-nav/messages-nav.hbs
+++ b/app/assets/javascripts/discourse/app/components/user-nav/messages-nav.hbs
@@ -88,7 +88,7 @@
{{/if}}
{{/if}}
-
+
{{#if this.site.desktopView}}
diff --git a/app/assets/javascripts/discourse/app/templates/user/activity.hbs b/app/assets/javascripts/discourse/app/templates/user/activity.hbs
index a115f1cf064..18a0971b365 100644
--- a/app/assets/javascripts/discourse/app/templates/user/activity.hbs
+++ b/app/assets/javascripts/discourse/app/templates/user/activity.hbs
@@ -1,4 +1,40 @@
-{{#unless this.currentUser.redesigned_user_page_nav_enabled}}
+{{#if this.currentUser.redesigned_user_page_nav_enabled}}
+
+
+
+
+ {{i18n "user.filters.all"}}
+ {{i18n "user_action_groups.4"}}
+ {{i18n "user_action_groups.5"}}
+
+ {{#if this.user.showRead}}
+
+ {{i18n "user.read"}}
+
+ {{/if}}
+
+ {{#if this.user.showDrafts}}
+
+ {{this.draftLabel}}
+
+ {{/if}}
+
+ {{#if (gt this.model.pending_posts_count 0)}}
+
+ {{this.pendingLabel}}
+
+ {{/if}}
+
+ {{i18n "user_action_groups.1"}}
+
+ {{#if this.user.showBookmarks}}
+ {{i18n "user_action_groups.3"}}
+ {{/if}}
+
+
+
+
+{{else}}