Skip to content

Commit

Permalink
fix linting warning (again for some reason)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-meyer committed Aug 12, 2023
1 parent 5330ceb commit b8b9b88
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions training-front-end/src/components/QuizResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,21 @@
You got <b>{{ result_string }}</b> questions correct, for a total score of <b>{{ percentage }}%</b>, which meets the 75% or higher requirement to pass.
</p>
<form
:action=quiz_certificate_url
method="post"
>
<input
type="hidden"
name="jwtToken"
:value="user.jwt"
>
<button
class="usa-button usa-button--outline margin-bottom-3"
type="submit"
>
<FileDownLoad /> Download your certificate of completion
</button>
</form>
:action="quiz_certificate_url"
method="post"
>
<input
type="hidden"
name="jwtToken"
:value="user.jwt"
>
<button
class="usa-button usa-button--outline margin-bottom-3"
type="submit"
>
<FileDownLoad /> Download your certificate of completion
</button>
</form>
</div>
<div v-else>
<div class="usa-prose">
Expand Down

0 comments on commit b8b9b88

Please sign in to comment.