5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 11:36:23 +00:00

fix: estilo de título #17167

This commit is contained in:
f 2024-09-09 15:14:42 -03:00
parent bb4f92a475
commit fb691b0e81
No known key found for this signature in database

View file

@ -29,7 +29,7 @@
= hidden_field_tag name, '' = 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) = label_tag id, post_label_t(attribute, post: post), class: 'h3'
= render 'posts/required_checkbox', required: metadata.required, name: name, initial: metadata.empty? = render 'posts/required_checkbox', required: metadata.required, name: name, initial: metadata.empty?
= render 'bootstrap/btn', content: t('.edit'), action: 'modal#show' = render 'bootstrap/btn', content: t('.edit'), action: 'modal#show'