From 87c94e95484e0765fbdb8a5094af47c0895d8eb2 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 7 Mar 2022 11:47:37 -0300 Subject: [PATCH] mostrar el html --- app/views/posts/show.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/show.haml b/app/views/posts/show.haml index da6ac9db..e46114af 100644 --- a/app/views/posts/show.haml +++ b/app/views/posts/show.haml @@ -38,4 +38,4 @@ - cache [metadata, I18n.locale] do %section.editor{ id: attr, dir: dir } - = @post.public_send(attr).to_s.html_safe + = @post.public_send(attr).value.html_safe