Skip to content
Snippets Groups Projects
Commit 64a560d4 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Refactor bonus token dialog header for lecturers

parent ff02af9e
No related merge requests found
<div mat-dialog-content xmlns="http://www.w3.org/1999/html"> <div mat-dialog-content xmlns="http://www.w3.org/1999/html">
<h2 class="oldtypo-h2">{{'room-page.bonus-token-header' | translate }}</h2> <h2 class="oldtypo-h2">{{'room-page.bonus-token-header' | translate }}</h2>
<h3 class="oldtypo-h3">{{room.name}} - {{room.shortId.slice(0, 4)}} {{room.shortId.slice(4, 8)}}</h3> <h3 class="oldtypo-h3">&raquo;{{room.name}}&laquo;</h3>
<h3>{{ 'room-page.session-id' | translate}}: {{room.shortId.slice(0, 4)}} {{room.shortId.slice(4, 8)}}</h3>
<mat-divider></mat-divider> <mat-divider></mat-divider>
<div *ngIf="bonusTokens.length >= 1"> <div *ngIf="bonusTokens.length >= 1">
<div fxLayout="row" *ngFor="let bonusToken of bonusTokens; index as i" class="token"> <div fxLayout="row" *ngFor="let bonusToken of bonusTokens; index as i" class="token">
......
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