Fix asset name

This commit is contained in:
Petko Bordjukov 2024-04-18 17:08:18 +03:00
parent 977e231e14
commit f43c125e6d
1 changed files with 1 additions and 1 deletions

View File

@ -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?