Sha256: ac1e4fccde60d74bfbc1aea1bec30a57028f7ad99dfc5c31471368b7bfb6c870

Contents?: true

Size: 285 Bytes

Versions: 6

Compression:

Stored size: 285 Bytes

Contents

- if field.view_helper == :hidden_field
  = form.input field.method_name, as: :hidden, input_html: field.html_attributes
- else
  = form.input field.method_name,
      label: field.label,
      hint: field.help,
      required: field.required?,
      input_html: field.html_attributes

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
basepack-1.0.1 app/views/forms/edit/_form_field.html.haml
basepack-1.0.0 app/views/forms/edit/_form_field.html.haml
basepack-1.0.0.pre.0 app/views/forms/edit/_form_field.html.haml
basepack-0.2.0 app/views/forms/edit/_form_field.html.haml
basepack-0.1.0 app/views/forms/edit/_form_field.html.haml
basepack-0.0.2 app/views/forms/edit/_form_field.html.haml