added tags + filtering
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="container">
|
||||
<page-notfound *ngIf="notfound"></page-notfound>
|
||||
<ng-container *ngIf="entry">
|
||||
<ui-entry [entry]="entry" [change]="boundRefresh"></ui-entry>
|
||||
<ui-entry [entry]="entry" [change]="boundRefresh" [linkedTag]="false"></ui-entry>
|
||||
|
||||
<p class="text" [innerHTML]="entry.text | urltext"></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user