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:
parent
795256f803
commit
48085be162
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue