mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-28 20:46:22 +00:00
Merge branch 'issue-15068' into production.panel.sutty.nl
This commit is contained in:
commit
083002e6ff
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue