Skip to content

Commit

Permalink
Add link to cancel the add people loop
Browse files Browse the repository at this point in the history
  • Loading branch information
bameyrick committed Oct 24, 2018
1 parent e5a7e5f commit 94c87a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Gemfile.lock
.ruby-version
.idea
js/compiled/
s/
s/
img/sprite.svg
6 changes: 4 additions & 2 deletions _prototypes/your-household-v9/who-else-to-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div id="member-list"></div>

<fieldset
class="question__fieldset js-question-fieldset u-mb-xl">
class="question__fieldset js-question-fieldset u-mb-s">
<legend class="u-vh">What is your name?</legend>

<div class="question__answers">
Expand Down Expand Up @@ -73,7 +73,9 @@
</div>
</div>
</div>

<div class="u-mb-l">
<a href="../does-anyone-else-live-here" class="js-previous-link">Cancel this and return to previous question</a>
</div>
<button class="btn btn-submit btn--primary btn--lg"
data-qa="btn-submit" type="submit"
name="action[save_continue]">
Expand Down
1 change: 0 additions & 1 deletion img/sprite.svg

This file was deleted.

0 comments on commit 94c87a4

Please sign in to comment.