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
Commits
a8f2ea5d
Commit
a8f2ea5d
authored
5 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Patches
Plain Diff
exchange icon
parent
2b56ca33
1 merge request
!404
exchange icon
Pipeline
#30411
passed with stages
in 7 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/shared/header/header.component.html
+2
-2
2 additions, 2 deletions
src/app/components/shared/header/header.component.html
with
2 additions
and
2 deletions
src/app/components/shared/header/header.component.html
+
2
−
2
View file @
a8f2ea5d
...
...
@@ -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)
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment