mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:21:43 +00:00
7 lines
188 B
Text
7 lines
188 B
Text
|
= 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
|