Sha256: 0a29251cb4be23a38282cca7166388abad243798445261b473a40bde5f00cd42

Contents?: true

Size: 1.15 KB

Versions: 14

Compression:

Stored size: 1.15 KB

Contents

.person-form
  .natural_person.row
    = form.fields_for(:natural_person, person.natural_person || EgovUtils::NaturalPerson.new) do |fields|
      .col-12.col-md-2= fields.text_field(:title)
      .col-12.col-md-4= fields.text_field(:firstname)
      .col-12.col-md-4= fields.text_field(:lastname)
      .col-12.col-md-2= fields.text_field(:higher_title)
      .col-12.col-md-6= fields.date_field(:birth_date, min: Date.new(1920, 1, 1), max: Date.today, data: {'date-view-mode' => 'decades', 'date-use-current' => false, 'date-view-date' => Date.new(1950, 1, 1).to_s })
      .col-12.col-sm-6= fields.text_field(:birth_place)
  -# .legal_person.row
  -#   = form.fields_for(:legal_person, person.legal_person || EgovUtils::LegalPerson.new) do |fields|
  -#     .col-12= fields.text_field(:name)
  -#     .col-12.col-sm-6= fields.text_field(:ico)
  -#     .col-12.col-sm-6= fields.select2 :legal_form, list_values_for_select(azahara_attribute_for(EgovUtils::LegalPerson, 'legal_form'))
  .row
    .col-12
      = form.fields_for(:residence, person.residence || EgovUtils::Address.new) do |fields|
        = render 'egov_utils/addresses/form', form: fields, address: fields.object

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
egov_utils-1.5.0.alpha16 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha15 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha14 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha13 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha12 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha11 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha10 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha9 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha8 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha7 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha6 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha5 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha4 app/views/egov_utils/people/_form.html.haml
egov_utils-1.5.0.alpha3 app/views/egov_utils/people/_form.html.haml