Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
[446] Fixing a mission link between a label and its input
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhilian committed May 3, 2017
1 parent 41da976 commit 732bc1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion live/app/templates/components/qroc-proposal.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{{#each blocks as |block|}}

{{#if block.text}}
<span>{{block.text}}</span>
<span id="qroc_input">{{block.text}}</span>
{{/if}}

{{#if block.input}}
<input class="challenge-response__proposal-input"
type="text"
for="qroc_input"
name={{block.input}}
placeholder={{block.placeholder}}
value="{{userAnswer}}"
Expand Down
2 changes: 1 addition & 1 deletion live/app/templates/components/qrocm-proposal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{/if}}

{{#if block.breakline}}
<br>
<br>
{{/if}}

{{/each}}

0 comments on commit 732bc1e

Please sign in to comment.