Sha256: 0b22a30f3e27732ca043627e86212df78a2a3f9694f2642655b90a87435cafae
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
= semantic_form_for @employee do |f| = f.semantic_errors = f.inputs t('form.person.address') do = render 'vcards/form', :f => f = f.inputs t('form.person.civil') do = f.input :code = f.input :sex, :as => :select, :collection => { t('sex.male') => Person::MALE, t('sex.female') => Person::FEMALE} = f.input :date_of_birth, :as => :date_field = f.input :civil_status = f.input :religion = f.input :social_security_nr = f.input :social_security_nr_12 = f.buttons do = f.commit_button
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/employees/_form.html.haml |