Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
Fabian Gruenwald
frag.jetzt
Commits
8e4b752e
Commit
8e4b752e
authored
Apr 24, 2021
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Merge branch 'staging' into 'master'
show question fokus button for alle roles See merge request arsnova/frag.jetzt!544
parents
f4849d8f
3ed71d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/components/shared/header/header.component.html
View file @
8e4b752e
...
...
@@ -104,7 +104,7 @@
<span>
{{'header.create-question' | translate}}
</span>
</button>
<ng-container
*ngIf=
"user && user.role > 0"
>
<ng-container>
<button
mat-menu-item
tabindex=
"0"
...
...
@@ -118,17 +118,15 @@
<button
mat-menu-item
tabindex=
"0"
*ngIf=
"deviceType !== 'mobile'
&& !router.url.includes('/participant/')
"
*ngIf=
"deviceType !== 'mobile'"
routerLink=
"participant/room/{{shortId}}/comments/questionwall"
>
<mat-icon
svgIcon=
"beamer"
>
comment
</mat-icon>
<span>
{{'header.questionwall' | translate}}
</span>
</button>
</ng-container>
<ng-container
*ngIf=
"router.url.includes('/participant/room/')"
>
</ng-container>
<ng-container
*ngIf=
"router.url.includes('/moderator/room/')"
>
...
...
@@ -196,7 +194,7 @@
<!-- Room General Options - bot -->
<ng-container
*ngIf=
"user && user.role > 0 && !router.url.includes('/participant') && !router.url.includes('/comment/')"
>
<ng-container
*ngIf=
"user && user.role > 0 && !router.url.includes('/participant') && !router.url.includes('/comment/')"
>
<button
mat-menu-item
*ngIf=
"user"
...
...
@@ -220,7 +218,8 @@
*ngIf=
"user && user.role > 0 && !router.url.includes('/comment/')"
tabindex=
"0"
(click)=
"showQRDialog();"
>
<mat-icon
svgIcon=
"qrcode"
class=
"header-icons qrcode"
>
<mat-icon
svgIcon=
"qrcode"
class=
"header-icons qrcode"
>
</mat-icon>
<span>
{{'header.room-qr' | translate}}
</span>
</button>
...
...
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