From adf439017b0c1889d1fea8862a887f7fc69687ce Mon Sep 17 00:00:00 2001 From: f Date: Tue, 2 Jun 2020 19:39:02 -0300 Subject: [PATCH] typo en vista de color --- app/views/posts/attribute_ro/_color.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/posts/attribute_ro/_color.haml b/app/views/posts/attribute_ro/_color.haml index d727dcec..7d8789f4 100644 --- a/app/views/posts/attribute_ro/_color.haml +++ b/app/views/posts/attribute_ro/_color.haml @@ -1,3 +1,4 @@ %tr{ id: attribute } %th= post_label_t(attribute, post: post) - %td{ lang: locale, dir: dir, style: "background-color: #{metadata.value}" } = metadata.value + %td{ lang: locale, dir: dir, style: "background-color: #{metadata.value}" } + = metadata.value