diff --git a/app/assets/javascripts/discourse/app/templates/user/notifications.hbs b/app/assets/javascripts/discourse/app/templates/user/notifications.hbs index 9637395e671..462340cf054 100644 --- a/app/assets/javascripts/discourse/app/templates/user/notifications.hbs +++ b/app/assets/javascripts/discourse/app/templates/user/notifications.hbs @@ -1,41 +1,89 @@ - - -
  • - - {{i18n "user.filters.all"}} - -
  • -
  • - - {{i18n "user_action_groups.6"}} - -
  • -
  • - - {{i18n "user_action_groups.2"}} - -
  • - {{#if this.siteSettings.enable_mentions}} +{{#if this.currentUser.redesigned_user_page_nav_enabled}} + + +
    + + + {{#if this.model}} + {{/if}} -
  • - - {{i18n "user_action_groups.11"}} - -
  • - - +
    +{{else}} + + +
  • + + {{i18n "user.filters.all"}} + +
  • +
  • + + {{i18n "user_action_groups.6"}} + +
  • +
  • + + {{i18n "user_action_groups.2"}} + +
  • + {{#if this.siteSettings.enable_mentions}} +
  • + + {{i18n "user_action_groups.7"}} + +
  • + {{/if}} +
  • + + {{i18n "user_action_groups.11"}} + +
  • + +
    -
    +
    -{{#if this.model}} -
    - -
    + {{#if this.model}} +
    + +
    + {{/if}} {{/if}}