govuk_publishing_components 1.12.0 → 1.12.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dfd2d6f3dd09f61826bb8efa761a6967c2f38c3
|
4
|
+
data.tar.gz: 6701db53f1595abf1a985288ebb40b50d4eca892
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 231cdf8a06f6a0cfdad9cac0472bd67bb1af5360ff408f5371094c75d874726a2fefdcf902c053a623b7c83e6789b403f033c418d97bff30af248c160055a493
|
7
|
+
data.tar.gz: 56a0713b941833ea54d0b84d07865e4a7ba48cdbc339ab31d298d730aabcced4f9bb4a55513c7972257d6cffc26b0be9de3011a90103155b691fcf576cf02940
|
@@ -10,9 +10,7 @@
|
|
10
10
|
<p><a class="component-violation__link" href="https://github.com/alphagov/govuk_publishing_components/blob/master/docs/accessibility_acceptance_criteria.md">Please define accessibility acceptance criteria for this component.</a></p>
|
11
11
|
</div>
|
12
12
|
<% end %>
|
13
|
-
|
14
|
-
<%= @component_doc.description %>
|
15
|
-
</p>
|
13
|
+
<%= render 'govuk_component/lead_paragraph', text: @component_doc.description %>
|
16
14
|
<% if @component_doc.body.present? %>
|
17
15
|
<div class="component-body">
|
18
16
|
<%= render 'govuk_component/govspeak', content: @component_doc.html_body %>
|
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: 1.12.
|
4
|
+
version: 1.12.1
|
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: 2017-10-
|
11
|
+
date: 2017-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|