From d50d9bcbe48a664783c9e8630a2d6777e116c97d Mon Sep 17 00:00:00 2001
From: David Donges <david.donges@mni.thm.de>
Date: Wed, 7 Mar 2018 10:57:46 +0100
Subject: [PATCH] Remove logic from comment template

---
 src/app/comment/comment.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/comment/comment.component.html b/src/app/comment/comment.component.html
index 46ba9e843..d3ec5a4c1 100644
--- a/src/app/comment/comment.component.html
+++ b/src/app/comment/comment.component.html
@@ -1,11 +1,11 @@
 <form>
   <ul>
-    <li *ngFor="let com of comments">
+    <li>
       <mat-card>
         <mat-card-content>
           <b>com header</b><br>
 
-          {{ com }}
+          <!-- insert comment -->
         </mat-card-content>
         <mat-card-footer>
           <div style="float:left">
-- 
GitLab