Sha256: 959a363ca669f862c475c335646419ace1495d1066d7fccbc4304fa997bb2156

Contents?: true

Size: 855 Bytes

Versions: 2

Compression:

Stored size: 855 Bytes

Contents

- @object = DummyFormObject.new(has_errors: false)

.row.double-gap-top
  %form.uc-form
    = simple_fields_for @object do |f|
      %fieldset
        %legend.uc-form-legend Short Name
        .row
          = f.input :first_name,
            label: false,
            input_html: { :'aria-label' => 'First', placeholder: 'First' },
            wrapper_html: {class: 'four twelfths small-tablet no-pad-mobile'}
          = f.input :middle_name,
            label: false,
            input_html: { :'aria-label' => 'Middle', placeholder: 'Middle' },
            wrapper_html: {class: 'four twelfths small-tablet pad-left no-pad-mobile'}
          = f.input :last_name,
            label: false,
            input_html: { :'aria-label' => 'Last', placeholder: 'Last' },
            wrapper_html: {class: 'four twelfths small-tablet pad-left no-pad-mobile'}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
undercase-0.2.57 app/views/undercase/patterns/_uc_forms_short_name.html.haml
undercase-0.2.29 app/views/undercase/patterns/_uc_forms_short_name.html.haml