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: 6ecd392a88efc84f985324f2e6c732735ae963430cb4aad7a160f5aa9d07b1de
4
- data.tar.gz: d9d583b2627ebe242d20d9e7d03e75668b9a1c801bb9156a7dab99493ef33aec
3
+ metadata.gz: fb305eb12f26b78bac279160c4d1232f3de1de88e79ece2ff76d9bb6779a6f6f
4
+ data.tar.gz: 9b7fb1ca9538a8b2877221ac395eb688a89534cc841a0e9d85c382b4ca05d035
5
5
  SHA512:
6
- metadata.gz: 9d33af4de552d60af3efbc6aed22224b389292d0415abea37b92118e08a367b0581fc903486f39335ef1aec7f4ed6dc9a2ca95b11984dfe5d736e7c8a3df8fc3
7
- data.tar.gz: 8aef3fc9b40e1ea24775f59b5a392fd881809a6698949824e9e7b90ce4b7d0d2b56241cf12bcb473b509a7847fab34fd10280e6c7385df8746c2c30722d0d900
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
- <h3 class="gem-c-feedback__prompt-question">Is this page useful?</h3>
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
- <h2 class="gem-c-feedback__form-heading">Help us improve GOV.UK</h2>
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
- <h2 class="gem-c-feedback__form-heading">Help us improve GOV.UK</h2>
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", {
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = '9.3.1'.freeze
2
+ VERSION = '9.3.2'.freeze
3
3
  end
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.1
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-22 00:00:00.000000000 Z
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