metadata_presenter 2.17.15 → 2.17.16
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: 5f7e90763a1b809ee0e7b40d5da36b77d4efb48797a47f89885c5399f38bba79
|
|
4
|
+
data.tar.gz: 54682f1b20c742f0fed8a2188bc7c55fe050c770f2c6a027c6a3ce12999cc0f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03dc33e64d6d18f8cf61de069925e60ea9ed2501e8ea9cf14a0733224151ec27a75bd09cce7bd584f236b68b72af021e8159cfcb44e5649a8a9ea277fadf3213
|
|
7
|
+
data.tar.gz: 997eea4b5654e0aabbb010e0af703c84532f3708427f09cabecd2f5444167923641f47e71e04a6a37f86757d2d890430160b78e1654a6983b1bb1d33d14aef47
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
<!-- Global MoJ Forms site tag (gtag.js) - Google Analytics 4 -->
|
|
2
2
|
<script async src="https://www.googletagmanager.com/gtag/js?id=#{global_measurement_id}"></script>
|
|
3
3
|
<script>
|
|
4
|
+
var manual_global_analytics_properties = {
|
|
5
|
+
<%= yield :manual_global_analytics_properties %>
|
|
6
|
+
}
|
|
7
|
+
|
|
4
8
|
window.dataLayer = window.dataLayer || [];
|
|
5
9
|
function gtag(){dataLayer.push(arguments);}
|
|
6
10
|
gtag('js', new Date());
|
|
7
|
-
gtag('config', '<%= global_measurement_id %>');
|
|
11
|
+
gtag('config', '<%= global_measurement_id %>', manual_global_analytics_properties);
|
|
8
12
|
</script>
|
|
9
13
|
<!-- End Global MoJ Forms site tag (gtag.js) - Google Analytics 4 -->
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<% content_for :manual_global_analytics_properties do %>'page_title': 'Confirmation page'<% end %>
|
|
1
2
|
<div class="fb-main-grid-wrapper" data-fb-pagetype="<%= @page.type %>">
|
|
2
3
|
<div class="govuk-panel govuk-panel--confirmation govuk-grid-column-two-thirds">
|
|
3
4
|
<h1 class="fb-editable govuk-panel__title"
|
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.16
|
|
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-08-
|
|
11
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: govuk_design_system_formbuilder
|