5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 22:01:50 +00:00

fix: mismos niveles de titulo

This commit is contained in:
f 2024-10-21 16:30:04 -03:00
parent 795256f803
commit 48085be162
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
como obligatorio al validar el formulario.
.d-flex.align-items-center.justify-content-between
%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 h3'
= render 'posts/required_checkbox', required: metadata.required, name: name, initial: metadata.empty?
= render 'bootstrap/btn', content: t('.edit'), action: 'modal#show'
-# Mostramos la lista de valores actuales.

View file

@ -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'

View file

@ -18,7 +18,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'

View file

@ -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?, type: 'radio'
= render 'bootstrap/btn', content: t('.edit'), action: 'modal#show'