.row .col-sm-10.col-sm-offset-1 .row h3.grey | Join an Existing Company #tab1.tab-pane.gray-panel.centered-div.active .row .form-group.col-md-9.centered-div.location-wizard .icon-addon.addon-sm.address-api = select_tag :company, nil, prompt: 'Select Company', class: 'select2-input new-company-selection', data: {select2_mappings: {responseSelector: :companies, textSelector: :name}, select2_options: {ajax: {url: api_companies_path(with_non_existing_companies: true)}, templateResult: 'select2companyTemplateResult'}} label.fa.fa-search for="Address" rel='tooltip' title='Companies' .form-group.text-right.margintop20 = link_to new_company_path, class: [:'pull-right', :'text-primary'] do = fa_icon(:'plus-circle', text: 'CREATE NEW COMPANY')