restructure entries pages, last comments
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user