Skip to content
Snippets Groups Projects
Commit 816b2056 authored by Kameel Zaghbour's avatar Kameel Zaghbour
Browse files

fix branch

parent 6854007c
Branches
Tags
No related merge requests found
......@@ -16,10 +16,6 @@
{{cTime}}
</h2>
<button (click)="openCloudConfiguration()">
Cloud-Setup
</button>
<!--
<span *ngIf="router.url.includes('comments') && !router.url.includes('moderator/comments') && deviceType === 'desktop'"
class="fill-remaining-space"></span>
......@@ -141,6 +137,19 @@
<span>{{'header.questionwall' | translate}}</span>
</button>
<button mat-menu-item
tabindex="0"
*ngIf="deviceType !== 'mobile'"
routerLink="participant/room/{{shortId}}/comments/tagcloud">
<mat-icon>cloud
</mat-icon>
<span>{{'header.tag-cloud' | translate}}</span>
</button>
</ng-container>
<ng-container *ngIf="router.url.includes('/participant/room/')">
</ng-container>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment