mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:41:42 +00:00
10 lines
368 B
Text
10 lines
368 B
Text
|
= select_tag field_name_for_post_as_string(name),
|
||
|
options_for_select(template.values, @post.get_front_matter(template)),
|
||
|
{ class: 'form-control select2',
|
||
|
multiple: template.multiple?,
|
||
|
required: template.required?,
|
||
|
data: { tags: template.open?,
|
||
|
placeholder: t('posts.select.placeholder')}}
|
||
|
- if template.open?
|
||
|
%small.text-muted.form-text= t('posts.open')
|