Skip to content

Commit

Permalink
updated content on ir-uac-request-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnes9 committed Jul 21, 2020
1 parent 5184ed0 commit d8ac3b5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions _prototypes/end-to-end/ir-uac-request-launcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,19 @@
<div class="block">
<section class="section">
<h1 class="u-fs-xl">Request an individual access code</h1>
<p>An individual access code lets you answer your census questions separately from your household. Your new access code can be sent to you by text or post.</p>

<p>An individual access code lets you answer your census questions separately from the people you live with. You can choose to receive your new access code by text or post.</p>
<div class="panel panel--simple panel--info u-mb-m">
<div class="panel__body">
<p>No one in your household will be told that you have requested an individual access code.</p>
</div>
</div>
<p>Your individual answers will take priority over any information submitted about you in the household census.</p>
</section>
</div>
</div>

<a href="#" role="button" class="btn btn--link js-btn-ir u-mb-m u-mt-s">
<span class="btn__inner">Request a new code</span>
<span class="btn__inner">Start</span>
</a>
</main>
</div>
Expand All @@ -61,7 +66,7 @@ <h1 class="u-fs-xl">Request an individual access code</h1>
});

function updateAllLinks() {
$('.js-previous-link').attr('href', '../' + previousPage + '&' + 'current-journey=' + currentJourney);
$('.js-previous-link').attr('href', '../' + previousPage + '?' + 'current-journey=' + currentJourney);
}

$(updateAllLinks);
Expand Down

0 comments on commit d8ac3b5

Please sign in to comment.