mirror of https://github.com/OCA/social.git
[FIX] mail_activity_creator: `image_128` -> `avatar_128`
parent
1ffdd341f6
commit
7986b76e70
|
@ -5,7 +5,7 @@
|
|||
<dt>Creator</dt>
|
||||
<dd class="mb8">
|
||||
<img
|
||||
t-attf-src="/web/image#{activity.creator_uid[0] >= 0 ? ('/res.users/' + activity.creator_uid[0] + '/image_small') : ''}"
|
||||
t-attf-src="/web/image#{activity.creator_uid[0] >= 0 ? ('/res.users/' + activity.creator_uid[0] + '/avatar_128') : ''}"
|
||||
height="18"
|
||||
width="18"
|
||||
class="rounded-circle mr4"
|
||||
|
|
Loading…
Reference in New Issue