From 19173ea296a86fc0fea8a52f81b700cd7038564d Mon Sep 17 00:00:00 2001 From: Clare Ming Date: Tue, 29 Jun 2021 14:37:37 -0600 Subject: [PATCH] Move userpage link to precede notifications Update user links template to reshuffle order. Bug: T285728 Change-Id: Ie33a513a9a72e9d659d04a76bb38d8fb1977fb19 --- includes/templates/UserLinks.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/templates/UserLinks.mustache b/includes/templates/UserLinks.mustache index d90270be..07d65f76 100644 --- a/includes/templates/UserLinks.mustache +++ b/includes/templates/UserLinks.mustache @@ -6,8 +6,8 @@ {{/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}}