From f43c125e6da53399a2c7e0fa76b4ca0506f5f662 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Thu, 18 Apr 2024 17:08:18 +0300 Subject: [PATCH] Fix asset name --- app/views/management/personal_profiles/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/management/personal_profiles/index.html.slim b/app/views/management/personal_profiles/index.html.slim index 289f2a5..e7ea679 100644 --- a/app/views/management/personal_profiles/index.html.slim +++ b/app/views/management/personal_profiles/index.html.slim @@ -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?