mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-01 23:28:49 +01:00
profilePicturePipe -> baProfilePicturePipe
This commit is contained in:
parent
e3982b255e
commit
33b75eca35
10 changed files with 15 additions and 15 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<div class="msg-list">
|
||||
<a *ngFor="let msg of notifications" href class="clearfix">
|
||||
<div class="img-area"><img [ngClass]="{'photo-msg-item': !msg.image}"
|
||||
src="{{ ( msg.image || (msg.name | profilePicture)) }}"></div>
|
||||
src="{{ ( msg.image || (msg.name | baProfilePicture)) }}"></div>
|
||||
<div class="msg-area">
|
||||
<div>{{ msg.text }}</div>
|
||||
<span>{{ msg.time }}</span>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
<div class="msg-list">
|
||||
<a *ngFor="let msg of messages" href class="clearfix">
|
||||
<div class="img-area"><img [ngClass]="{'photo-msg-item': !msg.image}"
|
||||
src="{{ ( msg.image || (msg.name | profilePicture)) }}"></div>
|
||||
src="{{ ( msg.image || (msg.name | baProfilePicture)) }}"></div>
|
||||
<div class="msg-area">
|
||||
<div>{{ msg.text }}</div>
|
||||
<span>{{ msg.time }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue