@@ -66,72 +66,88 @@ <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-server-config-submenu-trigger ">
72+ < div class ="noOverflow inlineBlock " style ="max-width: 171px "> < %= ob.handle || ob.guid %> </ 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+ < a href =" #userPage " >
76+ < span class =" ion-document-text fontSize12 marginRight2 textOpacity1 " > </ span >
77+ < %= polyglot.t('nav.myPage') % >
78+ < span class =" pull-right txt-muted " > < %= config.keyShortcutPrefix + config.keyShortcuts.myPage.toUpperCase( ) %> </ span >
9079 </ 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 >
80+ < a href ="#userPage/<%= ob.guid %>/customize ">
81+ < span class ="ion-paintbucket fontSize10 textOpacity1 "> </ span >
82+ < %= polyglot.t('nav.customizePage') %>
83+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.customizePage.toUpperCase() %> </ span >
9884 </ 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 >
85+ < % if(ob.vendor) { %>
86+ < a href ="#userPage/<%= ob.guid %>/listingNew " >
87+ < span class ="ion-ios-pricetag fontSize10 marginRight2 textOpacity1 "> </ span >
88+ < %= polyglot.t('nav.createListing') %>
89+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.create.toUpperCase() %> </ span >
90+ </ a >
91+ < % }else{ %>
92+ < a href ="#userPage/<%= ob.guid %>/createStore ">
93+ < span class ="ion-ios-cart fontSize11 marginRight2 textOpacity1 "> </ span >
94+ < %= polyglot.t('CreateStore') %>
95+ </ a >
96+ < % } %>
97+ < % if(!ob.moderator){ %>
98+ < a href ="#userPage/<%- ob.guid %>/becomeModerator ">
99+ < span class ="ion-bowtie fontSize11 marginRight2 textOpacity1 "> </ span >
100+ < span class ="js-userPageBecomeModerator ">
101+ < %= polyglot.t('BecomeModerator') %>
102+ </ span >
103+ </ a >
104+ < % } %>
105+ < hr />
106+ < a href ="#transactions/purchases ">
107+ < span class ="ion-log-out fontSize11 marginRight2 textOpacity1 "> </ span >
108+ < %= polyglot.t('nav.purchases') %>
109+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.purchases.toUpperCase() %> </ span >
111110 </ 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 >
111+ < % if(ob.vendor) { %>
112+ < a href ="#transactions/sales ">
113+ < span class ="ion-log-in fontSize11 marginRight2 textOpacity1 "> </ span >
114+ < %= polyglot.t('nav.sales') %>
115+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.sales.toUpperCase() %> </ span >
116+ </ a >
117+ < % } %>
118+ < % if(ob.moderator) { %>
119+ < a href ="#transactions/cases ">
120+ < span class ="ion-briefcase fontSize11 marginRight2 textOpacity1 "> </ span >
121+ < %= polyglot.t('nav.cases') %>
122+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.cases.toUpperCase() %> </ span >
123+ </ a >
124+ < % } %>
125+ < hr />
126+ < a href ="#settings ">
127+ < span class ="ion-toggle-filled fontSize11 marginRight2 textOpacity1 "> </ span >
128+ < %= polyglot.t('nav.settings') %>
129+ < span class ="pull-right txt-muted "> < %= config.keyShortcutPrefix + config.keyShortcuts.settings.toUpperCase() %> </ span >
118130 </ 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 >
131+ < hr />
132+ < a class ="js-showAboutModal ">
133+ < span class ="ion-ios-book fontSize11 marginRight2 textOpacity1 "> </ span >
134+ < %= polyglot.t('nav.about') %>
135+ </ a >
136+ < a class ="js-showSupportModal ">
137+ < span class ="ion-android-favorite fontSize11 marginRight2 textOpacity1 "> </ span >
138+ < %= polyglot.t('nav.support') %>
139+ </ a >
140+ </ div >
141+
142+ < div class ="js-serverSubmenu popMenu-navBarSubMenu popMenu-navBarSubMenu-servers " style ="right: 222px ">
143+ < ol >
144+ < li > happy</ li >
145+ < li > hippo</ li >
146+ < li > on</ li >
147+ < li > the</ li >
148+ < li > rize</ li >
149+ </ ol >
150+ </ div >
135151</ div >
136152
137153< div class ="popMenu popMenu-notifications js-navNotificationsMenu " data-onclose ="onNotifMenuClose " data-onopen ="onNotifMenuOpen ">
0 commit comments