govuk_publishing_components 21.41.3 → 21.41.4
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: 9d4263852283a50336d43fdd7b56a06ab968227afcaa08b25181499c7e270855
|
4
|
+
data.tar.gz: af61816f2ef492f8a3ca62bb0eae3ed97e62779ff0fefdc43a782535139146bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecf6d158f9724bec8f9188c90f5b9800ccd3177f1ce46d46bb2a9e04875b9e180fb153bfa7922fd10029f0151b4da44f6734c264088ec8452c5a66bd9b8cd852
|
7
|
+
data.tar.gz: df909a799add5deaf886c14be12bd0265013149144d2790489809257bcefc8b39d59ea2c0da01a6004ad898c73e44433450f984c3312c7f0766d19c3e90e45bf
|
@@ -19,7 +19,7 @@
|
|
19
19
|
%>
|
20
20
|
<%= content_tag(:div, class: classes) do %>
|
21
21
|
<% if context %>
|
22
|
-
<span class="govuk-caption-xl" <%= "lang=#{context_locale}" if context_locale.present? %>>
|
22
|
+
<span class="govuk-caption-xl gem-c-title__context" <%= "lang=#{context_locale}" if context_locale.present? %>>
|
23
23
|
<%= context_href ? link_to(context_text, context_href, class: 'gem-c-title__context-link govuk-link', data: context_data) : context_text %>
|
24
24
|
</span>
|
25
25
|
<% 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: 21.41.
|
4
|
+
version: 21.41.4
|
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: 2020-04-
|
11
|
+
date: 2020-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gds-api-adapters
|