Sha256: 7db884c5619a5b36b1524122b63bcf046c2f5b39bee287241a94909d422c2502
Contents?: true
Size: 453 Bytes
Versions: 35
Compression:
Stored size: 453 Bytes
Contents
ruby: # If you change parameters here, also change them in _date.html.slim form ||= nil attribute ||= nil placeholder ||= nil required ||= false value ||= nil format ||= 'datetime' html_options = { placeholder: placeholder, required: required, class: 'form-control chronic_ping', data: {format: format} } - if form = form.text_field attribute, html_options - else = text_field_tag attribute, value, html_options
Version data entries
35 entries across 35 versions & 1 rubygems