Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arsnova-lite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ARSnova
arsnova-lite
Commits
4b031087
Commit
4b031087
authored
Sep 01, 2019
by
Klaus-Dieter Quibeldey-Cirkel
🏀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'staging' into 'master'
exchange icon See merge request
!404
parents
2b56ca33
a8f2ea5d
Pipeline
#30412
passed with stages
in 7 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/app/components/shared/header/header.component.html
src/app/components/shared/header/header.component.html
+2
-2
No files found.
src/app/components/shared/header/header.component.html
View file @
4b031087
...
...
@@ -43,7 +43,7 @@
<button
mat-button
*ngIf=
"user && deviceType === 'desktop'"
[matMenuTriggerFor]=
"userMenu"
>
<div
class=
"label-icon"
>
<mat-icon
*ngIf=
"!user.isGuest"
class=
"header-icons"
>
account_box
</mat-icon>
<mat-icon
*ngIf=
"user.isGuest"
class=
"header-icons"
>
folder
</mat-icon>
<mat-icon
*ngIf=
"user.isGuest"
class=
"header-icons"
>
meeting_room
</mat-icon>
<h3
*ngIf=
"!user.isGuest"
>
{{'header.my-account' | translate}}
</h3>
<h3
*ngIf=
"user.isGuest"
>
{{'header.my-guest-account' | translate}}
</h3>
</div>
...
...
@@ -51,7 +51,7 @@
<button
mat-icon-button
*ngIf=
"user && deviceType === 'mobile'"
[matMenuTriggerFor]=
"userMenu"
>
<mat-icon
*ngIf=
"!user.isGuest"
class=
"header-icons"
>
account_box
</mat-icon>
<mat-icon
*ngIf=
"user.isGuest"
class=
"header-icons"
>
folder
</mat-icon>
<mat-icon
*ngIf=
"user.isGuest"
class=
"header-icons"
>
meeting_room
</mat-icon>
</button>
<button
mat-button
*ngIf=
"!user && deviceType === 'desktop'"
(click)=
login(false)
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment