govuk_publishing_components 9.3.1 → 9.3.2
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: fb305eb12f26b78bac279160c4d1232f3de1de88e79ece2ff76d9bb6779a6f6f
|
4
|
+
data.tar.gz: 9b7fb1ca9538a8b2877221ac395eb688a89534cc841a0e9d85c382b4ca05d035
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d50a5d3fac413677d70fb9b6752c243ab54a8ae78a3d1807ea3a208e6a6ec144f54ec1da84d9366c945f1b6aeeb71c79a128816b55a6dfb5509c934be7b88f13
|
7
|
+
data.tar.gz: 476e742c711aeb4b6c696c8c4f72e61b68990a25d6c14f75846ca6b6aa0938cc658e742b532a38a874768784f3a07a7c1d8c5d7f90bd4e4a51b8bf0bee1e1b28
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<div class="gem-c-feedback <%= margin_top_class %>" data-module="feedback">
|
8
8
|
<div class="gem-c-feedback__prompt gem-c-feedback__js-show js-prompt" tabindex="-1">
|
9
9
|
<div class="js-prompt-questions">
|
10
|
-
<
|
10
|
+
<h2 class="gem-c-feedback__prompt-question">Is this page useful?</h2>
|
11
11
|
|
12
12
|
<%= link_to contact_govuk_path, {
|
13
13
|
class: 'gem-c-feedback__prompt-link gem-c-feedback__prompt-link--useful js-page-is-useful',
|
@@ -72,7 +72,7 @@
|
|
72
72
|
<input type="hidden" name="url" value="<%= request.original_url -%>">
|
73
73
|
<input type="hidden" name="user_agent" value="<%= request.user_agent -%>">
|
74
74
|
|
75
|
-
<
|
75
|
+
<h3 class="gem-c-feedback__form-heading">Help us improve GOV.UK</h3>
|
76
76
|
<p id="feedback_explanation" class="gem-c-feedback__form-paragraph">Don’t include personal or financial information like your National Insurance number or credit card details.</p>
|
77
77
|
|
78
78
|
<%= render "govuk_publishing_components/components/input", {
|
@@ -121,7 +121,7 @@
|
|
121
121
|
<input name="email_survey_signup[survey_source]" type="hidden" value="<%= request.original_url -%>">
|
122
122
|
<input name="email_survey_signup[ga_client_id]" type="hidden" value="1627485790.1515403243">
|
123
123
|
|
124
|
-
<
|
124
|
+
<h3 class="gem-c-feedback__form-heading">Help us improve GOV.UK</h3>
|
125
125
|
<p id="survey_explanation" class="gem-c-feedback__form-paragraph">To help us improve GOV.UK, we’d like to know more about your visit today. We’ll send you a link to a feedback form. It will take only 2 minutes to fill in. Don’t worry we won’t send you spam or share your email address with anyone.</p>
|
126
126
|
|
127
127
|
<%= render "govuk_publishing_components/components/input", {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_publishing_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.3.
|
4
|
+
version: 9.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: govuk_app_config
|