Skip to content

Commit

Permalink
OOC-4382: added feedback text to check your answers page
Browse files Browse the repository at this point in the history
  • Loading branch information
masuk-kazi98 committed Jun 5, 2024
1 parent 8b746a6 commit 42b8da0
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions runner/src/server/views/summary.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{% from "partials/summary-detail.html" import summaryDetail %} {% from
"components/checkboxes/macro.njk" import govukCheckboxes %} {% extends
'layout.html' %} {% block content %}
{% from "partials/summary-detail.html" import summaryDetail %}
{% from "components/checkboxes/macro.njk" import govukCheckboxes %}
{% extends 'layout.html' %}

{% block beforeContent %}
{{ govukPhaseBanner({
tag: {
text: "Beta"
},
html: 'This is a new service – your <a class="govuk-link" href=" + feedbackLink + " target="_blank">feedback</a> will help us to improve
it.'
}) }}
{% endblock %}

{% block content %}
<div class="govuk-main-wrapper">
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
Expand Down

0 comments on commit 42b8da0

Please sign in to comment.