@@ -66,72 +66,81 @@ <h3 class="margin0 marginTop25"><%= polyglot.t('Discover') %></h3>
6666 </ a >
6767</ div >
6868
69- < div class ="popMenu popMenu-navBar js-navProfileMenu ">
70- < a href ="#userPage ">
71- < span class ="ion-document-text fontSize12 marginRight2 textOpacity1 "> </ span >
72- < %= polyglot.t('nav.myPage') %>
73- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.myPage.toUpperCase() %> </ span >
74- </ a >
75- < a href ="#userPage/<%= ob.guid %>/customize ">
76- < span class ="ion-paintbucket fontSize10 textOpacity1 "> </ span >
77- < %= polyglot.t('nav.customizePage') %>
78- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.customizePage.toUpperCase() %> </ span >
79- </ a >
80- < % if(ob.vendor) { %>
81- < a href ="#userPage/<%= ob.guid %>/listingNew " >
82- < span class ="ion-ios-pricetag fontSize10 marginRight2 textOpacity1 "> </ span >
83- < %= polyglot.t('nav.createListing') %>
84- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.create.toUpperCase() %> </ span >
69+ < div class ="js-navProfileMenu popMenu popMenu-navBar ">
70+ < div class ="popMenu-navBarSubMenu popMenu-navBarSubMenu-pageNav ">
71+ < a class ="js-serverSubmenuTrigger ">
72+ < div class ="noOverflow inlineBlock " style ="max-width: 171px "> < %= ob.connectedServer.name %> </ div >
73+ < span class ="pull-right txt-muted ion-arrow-right-b positionRelative " style ="top: 4px "> </ span >
8574 </ a >
86- < % }else{ %>
87- < a href ="#userPage/<%= ob.guid %>/createStore ">
88- < span class ="ion-ios-cart fontSize11 marginRight2 textOpacity1 "> </ span >
89- < %= polyglot.t('CreateStore') %>
75+ < hr />
76+ < a href ="#userPage ">
77+ < span class ="ion-document-text fontSize12 marginRight2 textOpacity1 "> </ span >
78+ < %= polyglot.t('nav.myPage') %>
79+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.myPage.toUpperCase() %> </ span >
9080 </ a >
91- < % } %>
92- < % if(!ob.moderator){ %>
93- < a href ="#userPage/<%- ob.guid %>/becomeModerator ">
94- < span class ="ion-bowtie fontSize11 marginRight2 textOpacity1 "> </ span >
95- < span class ="js-userPageBecomeModerator ">
96- < %= polyglot.t('BecomeModerator') %>
97- </ span >
81+ < a href ="#userPage/<%= ob.guid %>/customize ">
82+ < span class ="ion-paintbucket fontSize10 textOpacity1 "> </ span >
83+ < %= polyglot.t('nav.customizePage') %>
84+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.customizePage.toUpperCase() %> </ span >
9885 </ a >
99- < % } %>
100- < hr />
101- < a href ="#transactions/purchases ">
102- < span class ="ion-log-out fontSize11 marginRight2 textOpacity1 "> </ span >
103- < %= polyglot.t('nav.purchases') %>
104- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.purchases.toUpperCase() %> </ span >
105- </ a >
106- < % if(ob.vendor) { %>
107- < a href ="#transactions/sales ">
108- < span class ="ion-log-in fontSize11 marginRight2 textOpacity1 "> </ span >
109- < %= polyglot.t('nav.sales') %>
110- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.sales.toUpperCase() %> </ span >
86+ < % if(ob.vendor) { %>
87+ < a href ="#userPage/<%= ob.guid %>/listingNew " >
88+ < span class ="ion-ios-pricetag fontSize10 marginRight2 textOpacity1 "> </ span >
89+ < %= polyglot.t('nav.createListing') %>
90+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.create.toUpperCase() %> </ span >
91+ </ a >
92+ < % }else{ %>
93+ < a href ="#userPage/<%= ob.guid %>/createStore ">
94+ < span class ="ion-ios-cart fontSize11 marginRight2 textOpacity1 "> </ span >
95+ < %= polyglot.t('CreateStore') %>
96+ </ a >
97+ < % } %>
98+ < % if(!ob.moderator){ %>
99+ < a href ="#userPage/<%- ob.guid %>/becomeModerator ">
100+ < span class ="ion-bowtie fontSize11 marginRight2 textOpacity1 "> </ span >
101+ < span class ="js-userPageBecomeModerator ">
102+ < %= polyglot.t('BecomeModerator') %>
103+ </ span >
104+ </ a >
105+ < % } %>
106+ < hr />
107+ < a href ="#transactions/purchases ">
108+ < span class ="ion-log-out fontSize11 marginRight2 textOpacity1 "> </ span >
109+ < %= polyglot.t('nav.purchases') %>
110+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.purchases.toUpperCase() %> </ span >
111111 </ a >
112- < % } %>
113- < % if(ob.moderator) { %>
114- < a href ="#transactions/cases ">
115- < span class ="ion-briefcase fontSize11 marginRight2 textOpacity1 "> </ span >
116- < %= polyglot.t('nav.cases') %>
117- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.cases.toUpperCase() %> </ span >
112+ < % if(ob.vendor) { %>
113+ < a href ="#transactions/sales ">
114+ < span class ="ion-log-in fontSize11 marginRight2 textOpacity1 "> </ span >
115+ < %= polyglot.t('nav.sales') %>
116+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.sales.toUpperCase() %> </ span >
117+ </ a >
118+ < % } %>
119+ < % if(ob.moderator) { %>
120+ < a href ="#transactions/cases ">
121+ < span class ="ion-briefcase fontSize11 marginRight2 textOpacity1 "> </ span >
122+ < %= polyglot.t('nav.cases') %>
123+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.cases.toUpperCase() %> </ span >
124+ </ a >
125+ < % } %>
126+ < hr />
127+ < a href ="#settings ">
128+ < span class ="ion-toggle-filled fontSize11 marginRight2 textOpacity1 "> </ span >
129+ < %= polyglot.t('nav.settings') %>
130+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.settings.toUpperCase() %> </ span >
118131 </ a >
119- < % } %>
120- < hr />
121- < a href ="#settings ">
122- < span class ="ion-toggle-filled fontSize11 marginRight2 textOpacity1 "> </ span >
123- < %= polyglot.t('nav.settings') %>
124- < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.settings.toUpperCase() %> </ span >
125- </ a >
126- < hr />
127- < a class ="js-showAboutModal ">
128- < span class ="ion-ios-book fontSize11 marginRight2 textOpacity1 "> </ span >
129- < %= polyglot.t('nav.about') %>
130- </ a >
131- < a class ="js-showSupportModal ">
132- < span class ="ion-android-favorite fontSize11 marginRight2 textOpacity1 "> </ span >
133- < %= polyglot.t('nav.support') %>
134- </ a >
132+ < hr />
133+ < a class ="js-showAboutModal ">
134+ < span class ="ion-ios-book fontSize11 marginRight2 textOpacity1 "> </ span >
135+ < %= polyglot.t('nav.about') %>
136+ </ a >
137+ < a class ="js-showSupportModal ">
138+ < span class ="ion-android-favorite fontSize11 marginRight2 textOpacity1 "> </ span >
139+ < %= polyglot.t('nav.support') %>
140+ </ a >
141+ </ div >
142+
143+ < div class ="js-serverSubmenu popMenu-navBarSubMenu popMenu-navBarSubMenu-servers " style ="right: 222px "> </ div >
135144</ div >
136145
137146< div class ="popMenu popMenu-notifications js-navNotificationsMenu " data-onclose ="onNotifMenuClose " data-onopen ="onNotifMenuOpen ">
0 commit comments