Skip to content
Snippets Groups Projects

SWTP Comment Project

Merged Tom Käsler requested to merge swtp-2019/arsnova-lite:master into master
All threads resolved!
Viewing commit 5246aeb9
Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
<mat-card class="card-container" (click)="openPresentDialog(comment.body)">
<mat-card class="card-container">
<div fxLayout="column">
<div fxLayout="column">
<div fxLayout="row">
<div fxLayout="row">
<span class="fill-remaining-space"></span>
<span class="fill-remaining-space"></span>
@@ -13,7 +13,7 @@
@@ -13,7 +13,7 @@
</button>
</button>
</div>
</div>
<div fxLayout="row">
<div fxLayout="row">
<div class="body">{{comment.body}}</div>
<div class="body" (click)="openPresentDialog(comment.body)">{{comment.body}}</div>
<span class="fill-remaining-space"></span>
<span class="fill-remaining-space"></span>
<div fxLayout="column">
<div fxLayout="column">
<button mat-icon-button [disabled]="!isStudent" (click)="voteUp(comment)">
<button mat-icon-button [disabled]="!isStudent" (click)="voteUp(comment)">