Skip to content
Snippets Groups Projects
Commit 9c27c78c authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Edit html template comment-list

parent bde00e96
No related merge requests found
<div fxLayout="row" fxLayoutAlign="center">
<div fxLayout="column" fxLayoutGap="20">
<div fxLayout="column" fxLayoutGap="20px">
<div *ngFor="let comment of comments">
<mat-card>
<mat-card-content>
......@@ -7,7 +7,7 @@
{{comment.body}}
<div class="body-buttons">
<div class="body-buttons" fxLayout="Column" fxLayoutGap="5px" fxLayoutAlign="end">
<button *ngIf="!comment.read" mat-fab color="warn" matTooltip="Is not read" (click)="setRead(comment)">
<mat-icon>clear</mat-icon>
</button>
......
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