div#edit-company = simple_form_for @company, url: profile_details_company_profile_path, turboboost: true, html: {class: 'dirtyform'} do |f| .row .col-sm-12 = f.input :legal_name, label: "Legal Name" = f.simple_fields_for :headquarter_address, f.object.headquarter_address || f.object.build_headquarter_address() do |b| .row .col-sm-8 .icon-addon.addon-sm.address-api.geocoder-wrapper = b.input :formatted_address, class: 'form-control', input_html: {class: 'address_auto_complete_field company_headquarter_address_autocomplete_field'}, placeholder: "Address (Google API)", label: false label.fa.fa-search for="Address" rel="tooltip" title="Address" label.fa.fa-map-marker for="Address" rel="tooltip" style=("width:20px; float:right; left:93%; right:0px;") title="Address" = render 'shared/address_hidden_fields', f: b .col-sm-4.mt-5 = b.input :apt_or_suite, label: false, placeholder: "Apt./Suite", input_html: { class: "mt25"} = hidden_field_tag :step, params[:step] .row .center button.btn.btn-cancel data-dismiss="modal" type="button" Cancel span.pl10 = f.submit "Save", class: "btn btn-save"