mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 11:46:22 +00:00
fix: estilo de título #17167
This commit is contained in:
parent
bb4f92a475
commit
fb691b0e81
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue