restructure entries pages, last comments

This commit is contained in:
2021-10-06 09:49:16 +02:00
parent 4c69a9b177
commit ac7e46c627
22 changed files with 205 additions and 271 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<ng-container *ngIf="entry">
<ui-entry [entry]="entry" [change]="boundRefresh"></ui-entry>
<p class="text">{{entry.text}}</p>
<p class="text" [innerHTML]="entry.text | urltext"></p>
<ui-commentform [target]="entry.id" (replyCommentEvent)="replyCallback($event)"></ui-commentform>