@ministryofjustice/hmpps-digital-prison-reporting-frontend 3.32.2 → 3.32.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
{% endif %}
|
|
43
43
|
<input type="hidden" name="variantName" value="{{ variantName }}">
|
|
44
44
|
<input type="hidden" name="time" value="{{ time }}">
|
|
45
|
-
<input type="hidden" name="tableId" value="{{ tableId }}">
|
|
46
45
|
<input type="hidden" name="staffId" value="{{ staffId }}">
|
|
47
46
|
<input type="hidden" name="activeCaseLoadId" value="{{ activeCaseLoadId }}">
|
|
48
47
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div class="report-no-data-available">
|
|
7
7
|
<p class="govuk-body-l govuk-!-margin-bottom-3"><strong>No data to display</strong></p>
|
|
8
8
|
{% if href %}
|
|
9
|
-
<a href={{
|
|
9
|
+
<a href={{ href }} class='govuk-link govuk-link--no-visited-state' >Make a new request</a>
|
|
10
10
|
{% endif %}
|
|
11
11
|
</div>
|
|
12
12
|
</div>
|
|
@@ -20,16 +20,14 @@
|
|
|
20
20
|
html: "Thank you for your feedback.",
|
|
21
21
|
classes: "govuk-!-margin-bottom-6"
|
|
22
22
|
}) }}
|
|
23
|
-
{% set href = '/async-reports/' + report.reportId + '/' + report.variantId + '/request/' + report.tableId + '/report'%}
|
|
24
|
-
|
|
25
23
|
<h2 class="govuk-heading-m">What happens next</h2>
|
|
26
24
|
|
|
27
25
|
<p class="govuk-body">You have been granted permission to download this report (<strong>{{ report.reportName }} - {{ report.variantName }}</strong>)</p>
|
|
28
26
|
|
|
29
27
|
<p class="govuk-body">This permission is permanent and you will not need to complete this form again.</p>
|
|
30
28
|
|
|
31
|
-
<p class="govuk-body">The download button on the <a href="{{
|
|
29
|
+
<p class="govuk-body">The download button on the <a href="{{ reportHref }}" class="govuk-link govuk-link--no-visited-state">report</a> is now enabled.</p>
|
|
32
30
|
|
|
33
|
-
<a href="{{
|
|
31
|
+
<a href="{{ reportHref }}" class="govuk-link govuk-link--no-visited-state">Return to report to download</a>
|
|
34
32
|
</div>
|
|
35
33
|
{% endblock %}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ministryofjustice/hmpps-digital-prison-reporting-frontend",
|
|
3
3
|
"description": "The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.",
|
|
4
|
-
"version": "3.32.
|
|
4
|
+
"version": "3.32.4",
|
|
5
5
|
"main": "dpr/assets/js/all.mjs",
|
|
6
6
|
"sass": "dpr/all.scss",
|
|
7
7
|
"engines": {
|
package/package.zip
CHANGED
|
Binary file
|