5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 17:05:45 +00:00
panel/app/views/posts/_attribute_feedback.haml

6 lines
232 B
Plaintext
Raw Normal View History

%small.feedback.form-text.text-muted{ id: id_for_help(*attribute) }
= post_help_t(*attribute, post: post)
- if metadata.required
.invalid-feedback{ id: id_for_feedback(*attribute) }
= t('posts.attributes.required.feedback')