metadata_presenter 2.17.27 → 2.17.28
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c7a515533afa7cb555ef8b2456b6023e61eba63e7caa68b26f3e66b9a714dc9
|
|
4
|
+
data.tar.gz: 47a5ce82180f3cb6fdc5d12c857e14b818ce21c9e4a13e5e264153b2ddc07a4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6553f67becb02a29e169c40e8ee0540c7ed3e3e8864f810098bcc9fb7edee0087b1afce8feb486af395c9c0b9071f387b4589eada99af44bba3e33cb362c3df6
|
|
7
|
+
data.tar.gz: ad7eb71be34c175cf7439af079f559546c14f5238067076a75f996d3fc7fd0fa0523c36b678391914961abc31c58d5c109f6ca449aab9202431599249b104bfd
|
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
<% content_for :manual_global_analytics_properties do %>'page_title': 'Confirmation page'<% end %>
|
|
2
2
|
<div class="fb-main-grid-wrapper" data-fb-pagetype="<%= @page.type %>">
|
|
3
|
+
<% if payment_link_enabled? %>
|
|
4
|
+
<div class="govuk-panel govuk-panel--confirmation-payment govuk-grid-column-two-thirds">
|
|
5
|
+
<% else %>
|
|
3
6
|
<div class="govuk-panel govuk-panel--confirmation govuk-grid-column-two-thirds">
|
|
7
|
+
<% end %>
|
|
4
8
|
<h1 class="fb-editable govuk-panel__title"
|
|
5
9
|
data-fb-content-type="element"
|
|
6
10
|
data-fb-content-id="page[heading]">
|
|
7
|
-
|
|
11
|
+
<% if payment_link_enabled? %>
|
|
12
|
+
<p><%= I18n.t('presenter.confirmation.payment_enabled') %></p>
|
|
13
|
+
<% else %>
|
|
14
|
+
<%= @page.heading %>
|
|
15
|
+
<% end %>
|
|
8
16
|
</h1>
|
|
9
17
|
|
|
10
18
|
<div class="govuk-panel__body">
|
data/config/locales/en.yml
CHANGED
|
@@ -21,6 +21,7 @@ en:
|
|
|
21
21
|
maintenance_page_content: "If you were in the middle of completing the form, your data has not been saved.\r\n\r\nThe form will be available again from 9am on Monday 19 November 2018.\r\n\r\n\r\n\r\n### Other ways to apply\r\n\r\nContact us if your application is urgent \r\n\r\nEmail: \r\nTelephone: \r\nMonday to Friday, 9am to 5pm \r\n[Find out about call charges](https://www.gov.uk/call-charges)"
|
|
22
22
|
confirmation:
|
|
23
23
|
reference_number: 'Your reference number is:'
|
|
24
|
+
payment_enabled: You still need to pay
|
|
24
25
|
footer:
|
|
25
26
|
cookies:
|
|
26
27
|
heading: "Cookies"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metadata_presenter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.17.
|
|
4
|
+
version: 2.17.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- MoJ Forms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_design_system_formbuilder
|