.row .col-sm-10.col-sm-offset-1 .row h3.grey | Company Profile .grey | Create your personal profile with details that will build up your account .row .col-sm-6 - if @company.logo.present? = image_tag @company.logo.image.url(:small) .col-sm-6 h3 = @company.name.try(:titleize) div.grey.fs20 = @company.subtext h5 = @company.description .row.mt30 h3.grey | GENERAL INFORMATION .row.mt20 .col-sm-6 | PRIMARY PHONE NUMBER .col-sm-6.pull-right = @company.phone .row.mt20 .col-sm-6 | FAX .col-sm-6.pull-right = @company.fax .row.mt30 .col-sm-10.col-sm-offset-1 = link_to 'Back', companies_path, class: 'login-submit-btn' span.pl10 = link_to 'Join Company', request_access_company_path(@company.id), class: 'login-submit-btn next', data: {toggle: "emodal", size: 'medium', title: 'Notice'}