Sha256: ca71a5f70192993b2d55ad702754981b3ef720bb0cfd420239bd0d331656af66
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
%fieldset.topper = render partial: "sign_up_navigation", locals: { step: "4" } .row-fluid .offset2.span8 %p.lead= t('applicants.pages.next_steps.boiler') %h4= t('applicants.pages.next_steps.steps.heading') %ul %li= t('applicants.pages.next_steps.steps.step_1', :email_html => content_tag(:strong, t('applicants.pages.next_steps.steps.email_title')), :warning_html => content_tag(:em, t('applicants.pages.next_steps.steps.step_1_warning'))).html_safe %h4= t('applicants.pages.next_steps.troubleshooting.heading') - support_email = t('applicants.pages.next_steps.troubleshooting.email') %ul %li= t('applicants.pages.next_steps.troubleshooting.tip_1') %li= t('applicants.pages.next_steps.troubleshooting.tip_2', :email_link => content_tag(:strong, link_to(support_email, "mailto:#{support_email}"))).html_safe %br %br - if @applicant.applicant_panel_parameter_set.try(:visit_id) %img{ src:"//www.mypoints.com/emp/u/#{@applicant.applicant_panel_parameter_set.visit_id}/A/ctr.gif", height: "1", width: "1" } - if @applicant.transaction_id - content_for :bottom_scripts do $.get( "#{affiliate_tracking_fire_url}?transaction_id=#{@applicant.transaction_id}" );
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
applicants-0.11.0 | app/views/applicants/applicants/next_steps.html.haml |