Sha256: b7423dc37e6ffd9d8c7aeceb802867d0a682281fee743305d2c115af13e438fd

Contents?: true

Size: 432 Bytes

Versions: 21

Compression:

Stored size: 432 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.icon-minus-sign.icon-gray
        = link_to_remove_fields "remove", f

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.21 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.20 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.19 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.18 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.17 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.16 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.15 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.12 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.11 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.10 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.9 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.8 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.7 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.6 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.5 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.4 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.3 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.2 app/views/people/_phone_fields.html.haml
artfully_ose-1.2.0.pre.1 app/views/people/_phone_fields.html.haml