div.confirmation-mailer-container div.main-wrapper div.main-container-confiramtion | Greetings, |   = @resource.full_name.titleize | ! p = @company[:vendor].try(:name) |   | has invited to you join our platform. div.content-div.center | To accept the invitation please click the link below and type in the six digit code attached. div.content-div.center p = link_to 'ACCEPT INVITATION', accept_invitation_url(@resource, invitation_token: @token, subdomain: @company[:vendor].try(:subdomain)) div.content-div.center | Once confirmed, you'll be able to join using your credentials. div.footer | Best wishes p = @company[:vendor].try(:name).try(:titleize)