From fb691b0e81f85230af5fd77d13243ec9c9adbcf5 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 9 Sep 2024 15:14:42 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20estilo=20de=20t=C3=ADtulo=20#17167?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/attributes/_new_has_many.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/attributes/_new_has_many.haml b/app/views/posts/attributes/_new_has_many.haml index f880b711..3869591b 100644 --- a/app/views/posts/attributes/_new_has_many.haml +++ b/app/views/posts/attributes/_new_has_many.haml @@ -29,7 +29,7 @@ = hidden_field_tag name, '' .d-flex.align-items-center.justify-content-between %div - = label_tag id, post_label_t(attribute, post: post) + = label_tag id, post_label_t(attribute, post: post), class: 'h3' = render 'posts/required_checkbox', required: metadata.required, name: name, initial: metadata.empty? = render 'bootstrap/btn', content: t('.edit'), action: 'modal#show'