Fixing timeline avatar if it doesn't exist
parent
9352a7f0fc
commit
dcc3e79f20
|
@ -3,7 +3,7 @@ div.activity-item
|
|||
div.activity-info
|
||||
div.profile-contact-picture
|
||||
a(tg-nav="user-profile:username=vm.activity.user.username", title="{{::vm.activity.user.name }}")
|
||||
img(ng-src="{{::vm.activity.user.photo}}", alt="{{::vm.activity.user.name}}")
|
||||
img(ng-src="{{::vm.activity.user.photo || '/images/unnamed.png'}}", alt="{{::vm.activity.user.name}}")
|
||||
|
||||
p(tg-compile-html="vm.activity.title")
|
||||
|
||||
|
|
Loading…
Reference in New Issue