mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:51:41 +00:00
7 lines
281 B
Text
7 lines
281 B
Text
%small.feedback.form-text.text-muted{ id: id_for_help(*attribute) }
|
|
= post_help_t(*attribute, post: post)
|
|
.invalid-feedback{ id: id_for_feedback(*attribute) }
|
|
- if metadata.required
|
|
= t('posts.attributes.required.feedback')
|
|
- metadata.errors&.each do |error|
|
|
= error
|