diff --git a/app/assets/javascripts/discourse/app/templates/user.hbs b/app/assets/javascripts/discourse/app/templates/user.hbs index 9290b1d8327..1841f77c308 100644 --- a/app/assets/javascripts/discourse/app/templates/user.hbs +++ b/app/assets/javascripts/discourse/app/templates/user.hbs @@ -227,28 +227,28 @@
{{#mobile-nav class='main-nav' desktopClass="nav nav-pills user-nav" currentPath=currentPath}} {{#unless model.profile_hidden}} -
  • {{#link-to 'user.summary'}}{{i18n 'user.summary.title'}}{{/link-to}}
  • -
  • {{#link-to 'userActivity'}}{{i18n 'user.activity_stream'}}{{/link-to}}
  • +
  • {{#link-to 'user.summary'}}{{i18n 'user.summary.title'}}{{/link-to}}
  • +
  • {{#link-to 'userActivity'}}{{i18n 'user.activity_stream'}}{{/link-to}}
  • {{/unless}} {{#if showNotificationsTab}} -
  • +
  • {{#link-to 'userNotifications'}} {{d-icon "comment" class="glyph"}}{{i18n 'user.notifications'}} {{/link-to}}
  • {{/if}} {{#if showPrivateMessages}} -
  • {{#link-to 'userPrivateMessages'}}{{d-icon "far-envelope"}}{{i18n 'user.private_messages'}}{{/link-to}}
  • +
  • {{#link-to 'userPrivateMessages'}}{{d-icon "far-envelope"}}{{i18n 'user.private_messages'}}{{/link-to}}
  • {{/if}} {{#if canInviteToForum}} -
  • {{#link-to 'userInvited'}}{{d-icon "user-plus"}}{{i18n 'user.invited.title'}}{{/link-to}}
  • +
  • {{#link-to 'userInvited'}}{{d-icon "user-plus"}}{{i18n 'user.invited.title'}}{{/link-to}}
  • {{/if}} {{#if showBadges}} -
  • {{#link-to 'user.badges'}}{{d-icon "certificate"}}{{i18n 'badges.title'}}{{/link-to}}
  • +
  • {{#link-to 'user.badges'}}{{d-icon "certificate"}}{{i18n 'badges.title'}}{{/link-to}}
  • {{/if}} {{plugin-outlet name="user-main-nav" tagName='' connectorTagName='li' args=(hash model=model)}} {{#if model.can_edit}} -
  • {{#link-to 'preferences'}}{{d-icon "cog"}}{{i18n 'user.preferences'}}{{/link-to}}
  • +
  • {{#link-to 'preferences'}}{{d-icon "cog"}}{{i18n 'user.preferences'}}{{/link-to}}
  • {{/if}} {{/mobile-nav}}