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