Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Merge requests
!404
exchange icon
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
exchange icon
staging
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Klaus-Dieter Quibeldey-Cirkel
requested to merge
staging
into
master
5 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a8f2ea5d
1 commit,
5 years ago
1 file
+
2
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/app/components/shared/header/header.component.html
+
2
−
2
Options
@@ -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)
>