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