5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 19:35:45 +00:00
panel/app/views/posts/attributes/_new_content.haml

10 lines
382 B
Plaintext

.form-group
= label_tag "#{base}_#{attribute}", post_label_t(attribute, post: post)
= render 'posts/attribute_feedback',
post: post, attribute: attribute, metadata: metadata
.new-editor.content{ id: attribute }
= text_area_tag "#{base}[#{attribute}]", metadata.to_s.html_safe,
dir: dir, lang: locale,
**field_options(attribute, metadata), class: 'd-none'