metadata_presenter 2.20.0 → 2.20.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 769f0ca19b127cb76ec2ed21f8c1e7230dd8ebf6bdddf3de4cd17f42968b761a
|
4
|
+
data.tar.gz: e80ce6addde9988351b7c8b772f7b886e3ea271757fec89daca6829a1c6a2203
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49e78672ebf5e5af2d393e74177785d0728fe4951ae4c6157bfbd051da84455a93078d2df7202235462505911dd4fd78ea35391a52dde28bb4b55f736eb90c85
|
7
|
+
data.tar.gz: d47bd29255fbe43f930dbcae26dbc73ad5881c47f7069c798f609956e1c17ec20cbc77e0ea93785f39724ff9cfe5671366b429371dadb6a7c032755f47c24f8f
|
@@ -37,19 +37,19 @@
|
|
37
37
|
<div class="govuk-grid-row">
|
38
38
|
<div class="govuk-grid-column-two-thirds">
|
39
39
|
<%= render 'metadata_presenter/attribute/body' %>
|
40
|
-
</div>
|
41
|
-
</div>
|
42
40
|
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
41
|
+
<%= render partial: 'metadata_presenter/component/components',
|
42
|
+
locals: {
|
43
|
+
f: nil,
|
44
|
+
components: @page.components,
|
45
|
+
tag: nil,
|
46
|
+
classes: nil,
|
47
|
+
input_components: @page.supported_input_components,
|
48
|
+
content_components: @page.supported_content_components
|
49
|
+
} %>
|
52
50
|
|
51
|
+
</div>
|
52
|
+
</div>
|
53
53
|
<% if payment_link_enabled? %>
|
54
54
|
<a href="<%= payment_link_url %>" class="govuk-button" data-module="govuk-button" data-component="pay-button"><%= t('presenter.confirmation.continue_to_pay_button') %></a>
|
55
55
|
<% end %>
|
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.20.
|
4
|
+
version: 2.20.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MoJ Forms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_design_system_formbuilder
|