From 8b5a0a46984732f804ec99e097ebb0a8f8a324b9 Mon Sep 17 00:00:00 2001 From: Hagen <hagen.dressler@mni.thm.de> Date: Mon, 12 Mar 2018 13:51:44 +0100 Subject: [PATCH] Edit html template --- src/app/comment-list/comment-list.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/comment-list/comment-list.component.html b/src/app/comment-list/comment-list.component.html index 597b94b87..23ceb3301 100644 --- a/src/app/comment-list/comment-list.component.html +++ b/src/app/comment-list/comment-list.component.html @@ -7,7 +7,6 @@ <h3>{{comment.subject}}</h3><br> {{comment.body}} - {{comment.read}} <div *ngIf="!comment.read" class="not-check-icon" matTooltip="Is not read"> <i class="material-icons">clear</i> -- GitLab