MOBILE-2567 forum: Recover unread post info
parent
05b2616667
commit
050dbaa6ca
|
@ -8,7 +8,7 @@
|
||||||
<ion-note float-end padding-left *ngIf="!post.modified"><ion-icon name="time"></ion-icon> {{ 'core.notsent' | translate }}</ion-note>
|
<ion-note float-end padding-left *ngIf="!post.modified"><ion-icon name="time"></ion-icon> {{ 'core.notsent' | translate }}</ion-note>
|
||||||
<ion-note float-end padding-left text-end *ngIf="post.modified">
|
<ion-note float-end padding-left text-end *ngIf="post.modified">
|
||||||
{{post.modified | coreDateDayOrTime}}
|
{{post.modified | coreDateDayOrTime}}
|
||||||
<div *ngIf="unread"><core-icon name="fa-circle" color="primary"></core-icon> {{ 'addon.mod_forum.unread' | translate }}</div>
|
<div *ngIf="trackPosts && !post.postread"><core-icon name="fa-circle" color="primary"></core-icon> {{ 'addon.mod_forum.unread' | translate }}</div>
|
||||||
</ion-note>
|
</ion-note>
|
||||||
{{post.userfullname}}
|
{{post.userfullname}}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue