mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:21:41 +00:00
12 lines
423 B
Text
12 lines
423 B
Text
|
.form-group
|
||
|
= label_tag "post_#{attribute}" do
|
||
|
%abbr{ title: t('lockbox.help.description') }
|
||
|
🔒
|
||
|
%span.sr-only= t('lockbox.help.title')
|
||
|
= post_label_t(attribute, post: post)
|
||
|
= text_area_tag "post[#{attribute}]", metadata.value,
|
||
|
dir: dir, lang: locale,
|
||
|
**field_options(attribute, metadata)
|
||
|
= render 'posts/attribute_feedback',
|
||
|
post: post, attribute: attribute, metadata: metadata
|