Merge "Move userpage link to precede notifications"

This commit is contained in:
jenkins-bot 2021-07-13 18:27:26 +00:00 committed by Gerrit Code Review
commit a377b46fcf
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@
</div>
{{/is-anon}}
{{^is-anon}}
{{#data-notifications}}{{>Menu}}{{/data-notifications}}
{{#data-user-page}}{{>Menu}}{{/data-user-page}}
{{#data-notifications}}{{>Menu}}{{/data-notifications}}
{{/is-anon}}
{{#data-user-menu}}{{>Menu}}{{/data-user-menu}}
</div>