From 084cf69f93f6feafd9e42ac13c87d49bd4eda3df Mon Sep 17 00:00:00 2001 From: f Date: Wed, 19 Jun 2024 13:20:18 -0300 Subject: [PATCH] fix: mostrar la ayuda del campo --- app/views/posts/attributes/_new_array.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/posts/attributes/_new_array.haml b/app/views/posts/attributes/_new_array.haml index 5778f619..86a8f275 100644 --- a/app/views/posts/attributes/_new_array.haml +++ b/app/views/posts/attributes/_new_array.haml @@ -40,7 +40,8 @@ = render 'bootstrap/modal', id: id, modal_content_attributes: { class: 'h-100' }, hide_actions: ['array#cancel'], keydown_actions: %w[keydown->array#cancelWithEscape] do - content_for :"#{id}_header" do .form-group.flex-grow-1.mb-0 - = label_tag id, post_label_t(attribute, post: post) + = label_tag id, post_label_t(attribute, post: post), class: 'mb-0' + %small.feedback.form-text.text-muted.mt-0.mb-1= post_help_t(metadata.name, post: post) %input.form-control{ data: { target: 'array.search', action: 'input->array#search keydown->enter#prevent' }, type: 'search', placeholder: t('.filter') } - content_for :"#{id}_body" do