-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚸 [#4320] Update stories and UX of completion view
The backend will gain the ability to include the cosign link/button, which will be rendered as a primary button. To point out the right call to actions, the 'return to website' link has been made a secondary button/action. Stories have been updated to reflect the default templates in the backend.
- Loading branch information
1 parent
c804fac
commit c1a88d9
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,17 @@ export default { | |
confirmationPageContent: ` | ||
<p>Your request is not yet complete.</p> | ||
<h2>Cosigning required</h2> | ||
<p> | ||
You can start the cosigning immediately by clicking the button below. | ||
</p> | ||
<p> | ||
<a href="./start-cosign"> | ||
<button type="button" class="utrecht-button utrecht-button--primary-action"> | ||
Cosign now | ||
</button> | ||
</a> | ||
</p> | ||
<h3>Alternative instructions</h3> | ||
<p> | ||
We've sent an email with a cosign request to | ||
<a href="mailto:[email protected]">[email protected]</a>. Once the submission has | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters