5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 20:46:21 +00:00

fix: no enviar valores vacíos

closes #17598
This commit is contained in:
f 2024-10-14 17:32:28 -03:00
parent a36e0e6964
commit e1ac21674b
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@
%span.placeholder.w-100 %span.placeholder.w-100
.form-group .form-group
= hidden_field_tag name, ''
.d-flex.align-items-center.justify-content-between .d-flex.align-items-center.justify-content-between
%div %div
= label_tag id, post_label_t(attribute, post: post), class: 'mb-0' = label_tag id, post_label_t(attribute, post: post), class: 'mb-0'

View file

@ -26,7 +26,6 @@
%span.placeholder.w-100 %span.placeholder.w-100
.form-group .form-group
= hidden_field_tag name, ''
.d-flex.align-items-center.justify-content-between .d-flex.align-items-center.justify-content-between
%div %div
= label_tag id, post_label_t(attribute, post: post), class: 'h3' = label_tag id, post_label_t(attribute, post: post), class: 'h3'