Sha256: e77505d80b9a6dbb44605ffe0f106de2e556145c9c8eeb5ffe65876e98f05cb7

Contents?: true

Size: 435 Bytes

Versions: 7

Compression:

Stored size: 435 Bytes

Contents

.fields.phone-fields
  .control-group
    = f.label :number, 'Number', :class => 'control-label'
    .controls
      = f.select :kind, options_for_select(Phone.kinds), {}, {:class => 'input-small'}
      = f.text_field :number, :placeholder => "555-123-1234", :class => 'input-medium'
      %span.remove-fields-link
        = f.hidden_field :_destroy
        %i.fa.fa-minus-circle.icon-gray
        = link_to_remove_fields "remove", f

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.beta.1 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.alpha.2 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.alpha.1 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.27 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.26 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.24 app/views/people/_phone_fields.html.haml