mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-17 00:41:50 +00:00
fix: mostrar la ayuda del campo
This commit is contained in:
parent
2ec752ee14
commit
084cf69f93
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue