Skip to content

Fix illustration paths in survey response page

Eugie Limpin requested to merge fix-illustration-paths into master

What does this MR do and why?

This is a follow up for !71809 (merged).

It fixes the paths for the illustrations (introduced in MR) used in the survey response page.

Screenshots or screen recordings

Before After
Screen_Shot_2021-11-04_at_9.27.14_AM Screen_Shot_2021-11-04_at_9.27.27_AM

How to set up and validate locally

  1. Ensure :calendly_invite_link feature flag is enabled
    # rails console
    Feature.enable(:calendly_invite_link)
  2. Visit http://localhost:3000/-/survey_responses?show_invite_link=true&show_incentive=true and verify that both new illustrations are shown correctly
    Click to expand Screen_Shot_2021-11-04_at_9.27.27_AM

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eugie Limpin

Merge request reports

Loading