Sha256: 574899b76330b763fb1a93eb0a1485578141f56e446184916f1610e79448e1b1

Contents?: true

Size: 310 Bytes

Versions: 25

Compression:

Stored size: 310 Bytes

Contents

#phone_number_form
  = form_for [@vcard, @phone_number], :remote => true do |phone_number|
    = phone_number.select :phone_number_type, ['Tel. privat', 'Tel. geschäft', 'Handy', 'Fax', 'E-Mail']
    = phone_number.text_field :number, :size => 12, :autocomplete => 'off'
    = phone_number.submit "Speichern"

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
has_vcards-0.19.0 app/views/phone_numbers/_form.html.haml
has_vcards-0.18.0 app/views/phone_numbers/_form.html.haml
has_vcards-0.17.2 app/views/phone_numbers/_form.html.haml
has_vcards-0.17.1 app/views/phone_numbers/_form.html.haml
has_vcards-0.17.0 app/views/phone_numbers/_form.html.haml
has_vcards-0.16.0 app/views/phone_numbers/_form.html.haml
has_vcards-0.15.0 app/views/phone_numbers/_form.html.haml
has_vcards-0.14.1 app/views/phone_numbers/_form.html.haml
has_vcards-0.14.0 app/views/phone_numbers/_form.html.haml
has_vcards-0.13.2 app/views/phone_numbers/_form.html.haml
has_vcards-0.13.1 app/views/phone_numbers/_form.html.haml
has_vcards-0.13.0 app/views/phone_numbers/_form.html.haml
has_vcards-0.12.9 app/views/phone_numbers/_form.html.haml
has_vcards-0.12.8 app/views/phone_numbers/_form.html.haml
has_vcards-0.12.7 app/views/phone_numbers/_form.html.haml
has_vcards-0.12.6 app/views/phone_numbers/_form.html.haml
has_vcards-0.12.5 app/views/phone_numbers/_form.html.haml
has_vcards-0.12.4 app/views/phone_numbers/_form.html.haml
has_vcards-0.11.1 app/views/phone_numbers/_form.html.haml
has_vcards-0.12.3 app/views/phone_numbers/_form.html.haml