Fix asset name
This commit is contained in:
parent
977e231e14
commit
f43c125e6d
|
@ -29,7 +29,7 @@
|
|||
- if profile.present?
|
||||
= image_tag(profile.picture.variant(resize_to_fill: [50, 50]))
|
||||
- else
|
||||
= image_tag('avatar-placeholder')
|
||||
= image_tag('avatar-placeholder.png')
|
||||
.media-body
|
||||
h4.media-heading
|
||||
- if profile.try(:name).present?
|
||||
|
|
Loading…
Reference in New Issue