Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
808
Issues
808
List
Boards
Labels
Service Desk
Milestones
Merge Requests
52
Merge Requests
52
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
ae736311485fb965f3d3947b02690a8883d9f543...6d54b4a5741816cb9878e935c5f8ac9735c5106d
Source
6d54b4a5741816cb9878e935c5f8ac9735c5106d
Select Git revision
...
Target
ae736311485fb965f3d3947b02690a8883d9f543
Select Git revision
Compare
Commits (2)
Nick's update to burger menu layouut
· f8ca8cf2
Ben Hayward
authored
5 hours ago
f8ca8cf2
Merge branch 'fix/hamburger-menu-update-1331' into 'master'
· 6d54b4a5
Mark Harding
authored
5 hours ago
Nick's update to burger menu layouut Closes
#1331
See merge request
!452
6d54b4a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
23 deletions
+34
-23
user-menu.component.html
src/app/common/layout/v2-topbar/user-menu.component.html
+34
-23
No files found.
src/app/common/layout/v2-topbar/user-menu.component.html
View file @
6d54b4a5
...
...
@@ -46,17 +46,6 @@
</a>
</li>
<li
class=
"m-dropdownList__item m-user-menuDropdown__Item"
*
ngIf=
"getCurrentUser()"
(
click
)="
closeMenu
()"
>
<a
routerLink=
"/settings/general"
>
<i
class=
"material-icons"
>
settings
</i>
<span
i18n
>
Settings
</span>
</a>
</li>
<li
class=
"m-dropdownList__item m-user-menuDropdown__Item"
*
ngIf=
"getCurrentUser()"
...
...
@@ -101,27 +90,48 @@
</li>
</ng-template>
<li
class=
"m-dropdownList__item m-user-menuDropdown__Item"
*
ngIf=
"getCurrentUser()"
(
click
)="
closeMenu
()"
>
<a
routerLink=
"/canary"
>
<i
class=
"material-icons"
>
new_releases
</i>
<span
*
ngIf=
"!getCurrentUser()?.canary; else canaryDropdownItem"
i18n
>
Canary Mode
</span>
<ng-template
#
canaryDropdownItem
>
<span
i18n
>
Canary Mode
</span>
</ng-template>
</a>
</li>
<li
class=
"m-dropdownList__item m-user-menuDropdown__Item"
(
click
)="
closeMenu
()"
>
<a
target=
"_blank"
[
href
]="
minds
.
cdn_assets_url
+
'
assets
/
documents
/
Whitepaper-v0
.
5
.
pdf
'
"
>
<i
class=
"material-icons"
>
description
</i>
<span
i18n
>
Whitepaper
</span>
<a
routerLink=
"/mobile
"
>
<i
class=
"material-icons"
>
phone_iphone
</i>
<span
i18n
>
Mobile App
</span>
</a>
</li>
<li
class=
"m-dropdownList__item m-user-menuDropdown__Item"
(
click
)="
closeMenu
()"
>
<a
target=
"_blank"
href=
"https://www.teespring.com/stores/minds"
>
<i
class=
"material-icons"
>
shopping_cart
</i>
<span
i18n
>
Store
</span>
</a>
</li>
<li
class=
"m-dropdownList__item m-user-menuDropdown__Item"
*
ngIf=
"getCurrentUser()"
(
click
)="
closeMenu
()"
>
<a
routerLink=
"/canary"
>
<i
class=
"material-icons"
>
new_releases
</i>
<span
*
ngIf=
"!getCurrentUser()?.canary; else canaryDropdownItem"
i18n
>
Opt-in to Experiments
</span>
<ng-template
#
canaryDropdownItem
>
<span
i18n
>
Canary
</span>
</ng-template>
<a
routerLink=
"/content-policy"
>
<i
class=
"material-icons"
>
gavel
</i>
<span
i18n
>
Content Policy
</span>
</a>
</li>
...
...
@@ -143,9 +153,9 @@
*
ngIf=
"getCurrentUser()"
(
click
)="
closeMenu
()"
>
<a
routerLink=
"/
content-policy
"
>
<i
class=
"material-icons"
>
gavel
</i>
<span
i18n
>
Content Policy
</span>
<a
routerLink=
"/
settings/general
"
>
<i
class=
"material-icons"
>
settings
</i>
<span
i18n
>
Settings
</span>
</a>
</li>
...
...
@@ -163,3 +173,4 @@
</div>
<div
class=
"minds-bg-overlay"
(
click
)="
closeMenu
()"
[
hidden
]="!
isOpen
"
></div>
This diff is collapsed.
Click to expand it.