Skip to content

Commit

Permalink
Merge pull request #1022 from ministryofjustice/CAS-366/confirm-pp-de…
Browse files Browse the repository at this point in the history
…tails

CAS-366: Change ServiceNow link to open in new tab
  • Loading branch information
froddd authored Jul 29, 2024
2 parents 7a9ed44 + fbc9766 commit 4605506
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% from "govuk/components/warning-text/macro.njk" import govukWarningText %}

{{ govukWarningText({
html: 'This will not update these details in nDelius. To do this, you need to <a href="https://mojprod.service-now.com/moj_sp?id=emp_taxonomy_topic&topic_id=ef2eede21b1a11503393a797b04bcb87" class="govuk-link" target="_blank">raise a ServiceNow request in the Technology Portal (opens in a new tab)</a>.'
}) }}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "../../layout.njk" %}
{% from "govuk/components/warning-text/macro.njk" import govukWarningText %}

{% block questions %}

Expand All @@ -17,8 +16,6 @@
}
}, fetchContext()) }}

{{ govukWarningText({
html: 'This will not update these details in nDelius. To do this, you need to <a href="https://mojprod.service-now.com/moj_sp?id=emp_taxonomy_topic&topic_id=ef2eede21b1a11503393a797b04bcb87" class="govuk-link">raise a ServiceNow request in the Technology Portal</a>'
}) }}
{% include "./partials/warning-update-details.njk" %}

{% endblock %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "../../layout.njk" %}
{% from "govuk/components/warning-text/macro.njk" import govukWarningText %}

{% block questions %}

Expand All @@ -20,8 +19,6 @@
}
}, fetchContext()) }}

{{ govukWarningText({
html: 'This will not update these details in nDelius. To do this, you need to <a href="https://mojprod.service-now.com/moj_sp?id=emp_taxonomy_topic&topic_id=ef2eede21b1a11503393a797b04bcb87" class="govuk-link">raise a ServiceNow request in the Technology Portal</a>'
}) }}
{% include "./partials/warning-update-details.njk" %}

{% endblock %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "../../layout.njk" %}
{% from "govuk/components/warning-text/macro.njk" import govukWarningText %}

{% block head %}
{{ super() }}
Expand All @@ -23,9 +22,7 @@
items: page.getRegionPdus()
}, fetchContext()) }}

{{ govukWarningText({
html: 'This will not update these details in nDelius. To do this, you need to <a href="https://mojprod.service-now.com/moj_sp?id=emp_taxonomy_topic&topic_id=ef2eede21b1a11503393a797b04bcb87" class="govuk-link">raise a ServiceNow request in the Technology Portal</a>'
}) }}
{% include "./partials/warning-update-details.njk" %}
{% endblock %}

{% block extraScripts %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "../../layout.njk" %}
{% from "govuk/components/warning-text/macro.njk" import govukWarningText %}

{% block questions %}

Expand All @@ -18,8 +17,6 @@
classes: "govuk-input--width-20"
}, fetchContext()) }}

{{ govukWarningText({
html: 'This will not update these details in nDelius. To do this, you need to <a href="https://mojprod.service-now.com/moj_sp?id=emp_taxonomy_topic&topic_id=ef2eede21b1a11503393a797b04bcb87" class="govuk-link">raise a ServiceNow request in the Technology Portal</a>'
}) }}
{% include "./partials/warning-update-details.njk" %}

{% endblock %}

0 comments on commit 4605506

Please sign in to comment.