sutty/app/views/posts/template_field/_number.haml

7 lines
188 B
Plaintext
Raw Normal View History

2018-06-22 18:58:49 +00:00
= number_field_tag field_name_for_post_as_string(name),
value,
class: 'form-control',
required: template.required?,
max: template.max > 0 ? template.max : nil,
min: template.min