From a6e46d112fb1d4a9c415ad60bba6138b47764b2b Mon Sep 17 00:00:00 2001 From: f Date: Tue, 28 May 2024 17:56:27 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20un=20poco=20de=20separaci=C3=B3n=20entre?= =?UTF-8?q?=20columnas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/_new_related_post.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/_new_related_post.haml b/app/views/posts/_new_related_post.haml index 8425ad3e..79bf33a2 100644 --- a/app/views/posts/_new_related_post.haml +++ b/app/views/posts/_new_related_post.haml @@ -6,7 +6,7 @@ description = post.post.image.value['description'] end -.col.mb-3 +.col.mb-3.p-1 = render('bootstrap/card', image: image, description: description, title: post.title, class: 'h-100') do - if post.post.attribute?(:description) %p.card-text= post.post.description.value