govuk_publishing_components 24.10.0 → 24.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics/pii.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/analytics/scroll-tracker.js +6 -248
- data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/cookie-banner.js +1 -0
- data/app/assets/javascripts/govuk_publishing_components/components/feedback.js +142 -104
- data/app/assets/javascripts/govuk_publishing_components/components/reorderable-list.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js +2 -2
- data/app/assets/javascripts/govuk_publishing_components/lib/trigger-event.js +18 -0
- data/app/assets/stylesheets/govuk_publishing_components/_all_components_print.scss +0 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_govspeak.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_metadata.scss +15 -18
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_advisory.scss +27 -24
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_attachment.scss +1 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_button.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_call-to-action.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_charts.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_contact.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_example.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_footnotes.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_form-download.scss +19 -16
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_fraction.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_highlight-answer.scss +30 -27
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_images.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_information-callout.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_legislative-list.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_place.scss +26 -21
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_stat-headline.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_steps.scss +19 -16
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_summary.scss +21 -18
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_typography.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_warning-callout.scss +1 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_attachment.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_back-link.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_button.scss +0 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_feedback.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-footer.scss +2 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-header.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_metadata.scss +2 -6
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_search.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_share-links.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_skip-link.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_step-by-step-nav-header.scss +0 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_subscription-links.scss +2 -3
- data/app/assets/stylesheets/govuk_publishing_components/components/print/_translation-nav.scss +2 -3
- data/app/views/govuk_publishing_components/components/_attachment.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_back_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_button.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_feedback.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_government_navigation.html.erb +7 -7
- data/app/views/govuk_publishing_components/components/_layout_footer.html.erb +5 -3
- data/app/views/govuk_publishing_components/components/_layout_header.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_machine_readable_metadata.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_metadata.html.erb +9 -8
- data/app/views/govuk_publishing_components/components/_phase_banner.html.erb +1 -5
- data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_print_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_radio.html.erb +6 -11
- data/app/views/govuk_publishing_components/components/_search.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_share_links.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_skip_link.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_step_by_step_nav.html.erb +6 -6
- data/app/views/govuk_publishing_components/components/_step_by_step_nav_related.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_subscription_links.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_success_alert.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_translation_nav.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/docs/feedback.yml +2 -0
- data/app/views/govuk_publishing_components/components/docs/phase_banner.yml +2 -2
- data/app/views/govuk_publishing_components/components/layout_header/_navigation_items.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/metadata/_sentence.html.erb +4 -4
- data/app/views/govuk_publishing_components/components/related_navigation/_section.html.erb +2 -2
- data/config/locales/ar.yml +123 -0
- data/config/locales/az.yml +123 -0
- data/config/locales/be.yml +123 -0
- data/config/locales/bg.yml +123 -0
- data/config/locales/bn.yml +123 -0
- data/config/locales/cs.yml +123 -0
- data/config/locales/cy.yml +115 -6
- data/config/locales/da.yml +123 -0
- data/config/locales/de.yml +123 -0
- data/config/locales/dr.yml +123 -0
- data/config/locales/el.yml +123 -0
- data/config/locales/en.yml +111 -103
- data/config/locales/es-419.yml +123 -0
- data/config/locales/es.yml +123 -0
- data/config/locales/et.yml +120 -0
- data/config/locales/fa.yml +123 -0
- data/config/locales/fi.yml +123 -0
- data/config/locales/fr.yml +120 -0
- data/config/locales/gd.yml +123 -0
- data/config/locales/gu.yml +123 -0
- data/config/locales/he.yml +123 -0
- data/config/locales/hi.yml +123 -0
- data/config/locales/hr.yml +123 -0
- data/config/locales/hu.yml +123 -0
- data/config/locales/hy.yml +123 -0
- data/config/locales/id.yml +123 -0
- data/config/locales/is.yml +123 -0
- data/config/locales/it.yml +123 -0
- data/config/locales/ja.yml +123 -0
- data/config/locales/ka.yml +123 -0
- data/config/locales/kk.yml +123 -0
- data/config/locales/ko.yml +123 -0
- data/config/locales/lt.yml +123 -0
- data/config/locales/lv.yml +123 -0
- data/config/locales/ms.yml +123 -0
- data/config/locales/mt.yml +123 -0
- data/config/locales/nl.yml +123 -0
- data/config/locales/no.yml +124 -1
- data/config/locales/pa-pk.yml +123 -0
- data/config/locales/pa.yml +123 -0
- data/config/locales/pl.yml +123 -0
- data/config/locales/ps.yml +123 -0
- data/config/locales/pt.yml +123 -0
- data/config/locales/ro.yml +123 -0
- data/config/locales/ru.yml +123 -0
- data/config/locales/si.yml +123 -0
- data/config/locales/sk.yml +123 -0
- data/config/locales/sl.yml +123 -0
- data/config/locales/so.yml +123 -0
- data/config/locales/sq.yml +123 -0
- data/config/locales/sr.yml +123 -0
- data/config/locales/sv.yml +123 -0
- data/config/locales/sw.yml +123 -0
- data/config/locales/ta.yml +123 -0
- data/config/locales/th.yml +123 -0
- data/config/locales/tk.yml +123 -0
- data/config/locales/tr.yml +123 -0
- data/config/locales/uk.yml +123 -0
- data/config/locales/ur.yml +123 -0
- data/config/locales/uz.yml +123 -0
- data/config/locales/vi.yml +123 -0
- data/config/locales/zh-hk.yml +123 -0
- data/config/locales/zh-tw.yml +123 -0
- data/config/locales/zh.yml +123 -0
- data/lib/govuk_publishing_components/presenters/breadcrumb_selector.rb +5 -0
- data/lib/govuk_publishing_components/presenters/content_breadcrumbs_based_on_taxons.rb +1 -2
- data/lib/govuk_publishing_components/presenters/content_item.rb +4 -0
- data/lib/govuk_publishing_components/presenters/contextual_navigation.rb +4 -0
- data/lib/govuk_publishing_components/presenters/machine_readable/page.rb +4 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +7 -16
- data/node_modules/govuk-frontend/govuk/components/back-link/_index.scss +4 -15
- data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +3 -3
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/README.md +15 -0
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +40 -22
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/macro-options.json +6 -6
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/template.njk +15 -5
- data/node_modules/govuk-frontend/govuk/components/date-input/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/details/_index.scss +5 -1
- data/node_modules/govuk-frontend/govuk/components/file-upload/_index.scss +13 -14
- data/node_modules/govuk-frontend/govuk/components/file-upload/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +14 -19
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +39 -21
- data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/phase-banner/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +3 -3
- data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +1 -6
- data/node_modules/govuk-frontend/govuk/components/textarea/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/warning-text/_index.scss +10 -0
- data/node_modules/govuk-frontend/govuk/core/_links.scss +8 -0
- data/node_modules/govuk-frontend/govuk/helpers/_links.scss +153 -38
- data/node_modules/govuk-frontend/govuk/settings/_all.scss +2 -0
- data/node_modules/govuk-frontend/govuk/settings/_links.scss +62 -0
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +20 -3
data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_stat-headline.scss
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
// - alphagov/whitehall: ✔︎
|
6
6
|
// - alphagov/govspeak: ✔︎
|
7
7
|
|
8
|
+
.govspeak, // Legacy class name that's still used in some content items - needs to be kept until `.govspeak` is removed from the content items.
|
8
9
|
.gem-c-govspeak {
|
9
10
|
.stat-headline {
|
10
11
|
margin-bottom: govuk-spacing(3);
|
@@ -1,21 +1,24 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
> li {
|
7
|
-
background-position: 0 .87em;
|
8
|
-
background-repeat: no-repeat;
|
9
|
-
list-style-type: decimal;
|
1
|
+
.govspeak, // Legacy class name that's still used in some content items - needs to be kept until `.govspeak` is removed from the content items.
|
2
|
+
.gem-c-govspeak {
|
3
|
+
.steps {
|
4
|
+
padding-left: 0;
|
10
5
|
margin-left: 0;
|
11
|
-
|
6
|
+
overflow: hidden;
|
7
|
+
|
8
|
+
> li {
|
9
|
+
background-position: 0 .87em;
|
10
|
+
background-repeat: no-repeat;
|
11
|
+
list-style-type: decimal;
|
12
|
+
margin-left: 0;
|
13
|
+
padding: .75em 0 .75em 2.5em;
|
12
14
|
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
15
|
+
@for $i from 1 through 30 {
|
16
|
+
&:nth-child(#{$i}) {
|
17
|
+
background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 250' preserveAspectRatio='xMinYMin meet'%3E%3Cg%3E%3Ccircle r='50%25' cx='50%25' cy='50%25' class='circle-back'%3E%3C/circle%3E%3Ctext x='50%25' y='50%25' text-anchor='middle' dy='0.3em' font-family='nta,arial,sans-serif' font-size='8rem' fill='%23ffffff'%3E#{$i}%3C/text%3E%3C/g%3E%3C/svg%3E ");
|
18
|
+
background-repeat: no-repeat;
|
19
|
+
background-position: .2em .7em;
|
20
|
+
background-size: 1.4em 1.4em;
|
21
|
+
}
|
19
22
|
}
|
20
23
|
}
|
21
24
|
}
|
@@ -1,24 +1,27 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
color: $govuk-text-colour;
|
5
|
-
|
6
|
-
p {
|
7
|
-
@include govuk-font($size: 19);
|
8
|
-
}
|
9
|
-
|
10
|
-
@include govuk-media-query($until: tablet) {
|
1
|
+
.govspeak, // Legacy class name that's still used in some content items - needs to be kept until `.govspeak` is removed from the content items.
|
2
|
+
.gem-c-govspeak {
|
3
|
+
.summary {
|
11
4
|
margin: 0 0 2em;
|
12
5
|
padding: 0;
|
13
|
-
|
6
|
+
color: $govuk-text-colour;
|
14
7
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
8
|
+
p {
|
9
|
+
@include govuk-font($size: 19);
|
10
|
+
}
|
11
|
+
|
12
|
+
@include govuk-media-query($until: tablet) {
|
13
|
+
margin: 0 0 2em;
|
14
|
+
padding: 0;
|
15
|
+
}
|
16
|
+
|
17
|
+
p,
|
18
|
+
h2 {
|
19
|
+
border: 0;
|
20
|
+
margin: 0 .75em 0 0;
|
21
|
+
}
|
20
22
|
|
21
|
-
|
22
|
-
|
23
|
+
h2 {
|
24
|
+
line-height: 1.35em;
|
25
|
+
}
|
23
26
|
}
|
24
27
|
}
|
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/government-frontend/blob/7a0b068a0faa1da07f58acf0b1d3a0aa3e1daf56/app/assets/stylesheets/print.scss#L2
|
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/govuk-account-manager-prototype/blob/7858b55afcddc2f855d909abd051838d95f21f13/app/assets/stylesheets/print.scss#L2
|
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/government-frontend/blob/7a0b068a0faa1da07f58acf0b1d3a0aa3e1daf56/app/assets/stylesheets/print.scss#L6
|
data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-footer.scss
CHANGED
@@ -1,6 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
.govuk-footer__section {
|
4
|
-
display: none;
|
5
|
-
}
|
6
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/govuk-account-manager-prototype/blob/7858b55afcddc2f855d909abd051838d95f21f13/app/assets/stylesheets/print.scss#L5
|
data/app/assets/stylesheets/govuk_publishing_components/components/print/_layout-header.scss
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/govuk-account-manager-prototype/blob/7858b55afcddc2f855d909abd051838d95f21f13/app/assets/stylesheets/print.scss#L6
|
@@ -1,6 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
.gem-c-metadata__toggle-wrap {
|
4
|
-
display: none;
|
5
|
-
}
|
6
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/manuals-frontend/blob/466b4c7a6507a3d76818e26612f174616f5cdf94/app/assets/stylesheets/print.scss#L15
|
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/govuk-account-manager-prototype/blob/7858b55afcddc2f855d909abd051838d95f21f13/app/assets/stylesheets/print.scss#L7
|
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/collections/blob/fc9db4ef6d87ad52d0ac795d1dd05d5fa116dde1/app/assets/stylesheets/print.scss#L9
|
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/govuk-account-manager-prototype/blob/7858b55afcddc2f855d909abd051838d95f21f13/app/assets/stylesheets/print.scss#L8
|
data/app/assets/stylesheets/govuk_publishing_components/components/print/_subscription-links.scss
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/frontend/blob/34e84c7d6dc22bd4b06ce4c18a3d00b29fdcee83/app/assets/stylesheets/print.scss#L12
|
data/app/assets/stylesheets/govuk_publishing_components/components/print/_translation-nav.scss
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
}
|
1
|
+
// Left this as an empty file as opposed to deleting it because it is @imported in application print stylesheets for example here:
|
2
|
+
// https://github.com/alphagov/government-frontend/blob/7a0b068a0faa1da07f58acf0b1d3a0aa3e1daf56/app/assets/stylesheets/print.scss#L16
|
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
<% start_button_text = capture do %>
|
9
9
|
<%= button.text %>
|
10
|
-
<svg class="govuk-button__start-icon" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewBox="0 0 33 40" role="presentation" focusable="false">
|
10
|
+
<svg class="govuk-button__start-icon govuk-!-display-none-print" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewBox="0 0 33 40" role="presentation" focusable="false">
|
11
11
|
<path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z" />
|
12
12
|
</svg>
|
13
13
|
<% end %>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
path_without_pii = utf_encode(request.fullpath.gsub(email_regex, '[email]'))
|
9
9
|
%>
|
10
10
|
|
11
|
-
<div class="gem-c-feedback" data-module="feedback">
|
11
|
+
<div class="gem-c-feedback govuk-!-display-none-print" data-module="feedback">
|
12
12
|
<%= render "govuk_publishing_components/components/feedback/yes_no_banner" %>
|
13
13
|
<%= render "govuk_publishing_components/components/feedback/problem_form", url_without_pii: url_without_pii %>
|
14
14
|
<%= render "govuk_publishing_components/components/feedback/survey_signup_form", path_without_pii: path_without_pii %>
|
@@ -6,37 +6,37 @@
|
|
6
6
|
<ul id="proposition-links">
|
7
7
|
<li>
|
8
8
|
<a class="<%= 'active' if active == 'departments' %>" href="/government/organisations">
|
9
|
-
<%= t("
|
9
|
+
<%= t("components.government_navigation.departments", default: "Departments") %>
|
10
10
|
</a>
|
11
11
|
</li>
|
12
12
|
<li>
|
13
13
|
<a class="<%= 'active' if active == 'worldwide' %>" href="/government/world">
|
14
|
-
<%= t("
|
14
|
+
<%= t("components.government_navigation.worldwide", default: "Worldwide") %>
|
15
15
|
</a>
|
16
16
|
</li>
|
17
17
|
<li>
|
18
18
|
<a class="<%= 'active' if active == 'how-government-works' %>" href="/government/how-government-works">
|
19
|
-
<%= t("
|
19
|
+
<%= t("components.government_navigation.how-government-works", default: "How government works") %>
|
20
20
|
</a>
|
21
21
|
</li>
|
22
22
|
<li>
|
23
23
|
<a class="<%= 'active' if active == 'get-involved' %>" href="/government/get-involved">
|
24
|
-
<%= t("
|
24
|
+
<%= t("components.government_navigation.get-involved", default: "Get involved") %>
|
25
25
|
</a>
|
26
26
|
</li>
|
27
27
|
<li class="clear-child">
|
28
28
|
<a class="<%= 'active' if active == 'consultations' %>" href="<%= CGI::escapeHTML('/search/policy-papers-and-consultations?content_store_document_type[]=open_consultations&content_store_document_type[]=closed_consultations') %>">
|
29
|
-
<%= t("
|
29
|
+
<%= t("components.government_navigation.consultations", default: "Consultations") %>
|
30
30
|
</a>
|
31
31
|
</li>
|
32
32
|
<li>
|
33
33
|
<a class="<%= 'active' if active == 'statistics' %>" href="/search/research-and-statistics">
|
34
|
-
<%= t("
|
34
|
+
<%= t("components.government_navigation.statistics", default: "Statistics") %>
|
35
35
|
</a>
|
36
36
|
</li>
|
37
37
|
<li>
|
38
38
|
<a class="<%= 'active' if active == 'announcements' %>" href="/news-and-communications">
|
39
|
-
<%= t("
|
39
|
+
<%= t("components.government_navigation.news_and_communications", default: "News and communications") %>
|
40
40
|
</a>
|
41
41
|
</li>
|
42
42
|
</ul>
|
@@ -29,7 +29,7 @@
|
|
29
29
|
list_classes = %w[govuk-footer__list]
|
30
30
|
list_classes << "govuk-footer__list--columns-#{item[:columns]}" if item[:columns] unless single_item_list
|
31
31
|
%>
|
32
|
-
<div class="<%= width_class %>">
|
32
|
+
<div class="<%= width_class %> govuk-!-display-none-print">
|
33
33
|
<h2 class="govuk-footer__heading govuk-heading-m"><%= item[:title] %></h2>
|
34
34
|
<ul class="<%= list_classes.join(' ') %>">
|
35
35
|
<% item[:items].each do |item| %>
|
@@ -38,7 +38,9 @@
|
|
38
38
|
<%
|
39
39
|
attributes = {
|
40
40
|
class: "govuk-footer__link",
|
41
|
-
|
41
|
+
data: {
|
42
|
+
"track-category": "footerClicked"
|
43
|
+
}
|
42
44
|
}.merge(item.fetch(:attributes, {}))
|
43
45
|
attributes[:rel] = "noopener" if attributes[:target] == "_blank" && !attributes[:rel]
|
44
46
|
%>
|
@@ -58,7 +60,7 @@
|
|
58
60
|
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
|
59
61
|
<% if meta.any? %>
|
60
62
|
<h2 class="govuk-visually-hidden">Support links</h2>
|
61
|
-
<ul class="govuk-footer__inline-list">
|
63
|
+
<ul class="govuk-footer__inline-list govuk-!-display-none-print">
|
62
64
|
<% meta[:items].each do |item| %>
|
63
65
|
<li class="govuk-footer__inline-list-item">
|
64
66
|
<%
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<meta property="og:site_name" content="GOV.UK" />
|
18
18
|
<meta property="og:type" content="article" />
|
19
19
|
<meta property="og:url" content="<%= page.canonical_url %>" />
|
20
|
-
<meta property="og:title" content="
|
20
|
+
<meta property="og:title" content="<% if page.withdrawn? %>[Withdrawn] <% end %><%= page.title %>" />
|
21
21
|
<meta property="og:description" content="<%= strip_tags(page.description) %>" />
|
22
22
|
|
23
23
|
<% if page.has_image? %>
|
@@ -18,34 +18,35 @@
|
|
18
18
|
<%= content_tag :div, class: classes, data: { module: "gem-toggle" } do %>
|
19
19
|
<dl data-module="gem-track-click">
|
20
20
|
<% if from.any? %>
|
21
|
-
<dt class="gem-c-metadata__term"><%= t("
|
21
|
+
<dt class="gem-c-metadata__term"><%= t("components.metadata.from", default: "From") %>:</dt>
|
22
22
|
<dd class="gem-c-metadata__definition">
|
23
23
|
<%= render 'govuk_publishing_components/components/metadata/sentence', items: from, toggle_id: "from-#{SecureRandom.hex(4)}" %>
|
24
24
|
</dd>
|
25
25
|
<% end %>
|
26
26
|
<% if part_of.any? %>
|
27
|
-
<dt class="gem-c-metadata__term"><%= t("
|
27
|
+
<dt class="gem-c-metadata__term"><%= t("components.metadata.part_of", default: "Part of") %>:</dt>
|
28
28
|
<dd class="gem-c-metadata__definition">
|
29
29
|
<%= render 'govuk_publishing_components/components/metadata/sentence', items: part_of, toggle_id: "part-of-#{SecureRandom.hex(4)}" %>
|
30
30
|
</dd>
|
31
31
|
<% end %>
|
32
32
|
<% if local_assigns.include?(:history) %>
|
33
|
-
<dt class="gem-c-metadata__term"><%= t("
|
33
|
+
<dt class="gem-c-metadata__term"><%= t("components.metadata.history", default: "History") %>:</dt>
|
34
34
|
<dd class="gem-c-metadata__definition"><%= history %></dd>
|
35
35
|
<% end %>
|
36
36
|
<% if local_assigns.include?(:first_published) && first_published %>
|
37
|
-
<dt class="gem-c-metadata__term"><%= t("
|
37
|
+
<dt class="gem-c-metadata__term"><%= t("components.metadata.published", default: "Published") %></dt>
|
38
38
|
<dd class="gem-c-metadata__definition"><%= first_published %></dd>
|
39
39
|
<% end %>
|
40
40
|
<% if local_assigns.include?(:last_updated) && last_updated %>
|
41
|
-
<dt class="gem-c-metadata__term"><%= t("
|
41
|
+
<dt class="gem-c-metadata__term"><%= t("components.metadata.last_updated", default: "Last updated") %></dt>
|
42
42
|
<dd class="gem-c-metadata__definition">
|
43
|
-
<%= last_updated
|
44
|
-
|
43
|
+
<%= last_updated %>
|
44
|
+
<% if local_assigns.include?(:see_updates_link) %>
|
45
|
+
— <a href="#history" class="gem-c-metadata__definition-link govuk-!-display-none-print"
|
45
46
|
data-track-category="content-history"
|
46
47
|
data-track-action="see-all-updates-link-clicked"
|
47
48
|
data-track-label="history">
|
48
|
-
<%= t("
|
49
|
+
<%= t("components.metadata.see_all_updates", default: "see all updates") %>
|
49
50
|
</a>
|
50
51
|
<% end %>
|
51
52
|
</dd>
|
@@ -4,10 +4,6 @@ phase ||= nil
|
|
4
4
|
message ||= nil
|
5
5
|
inverse ||= false
|
6
6
|
|
7
|
-
unless phase.in?(%w[alpha beta])
|
8
|
-
raise ArgumentError, "The phase banner component expects a `phase` (`beta` or `alpha`), #{phase.inspect} given"
|
9
|
-
end
|
10
|
-
|
11
7
|
unless message.present?
|
12
8
|
if phase == "beta"
|
13
9
|
message = raw("This part of GOV.UK is being rebuilt – <a class=\"govuk-link\" href=\"/help/beta\">find out what beta means</a>")
|
@@ -23,7 +19,7 @@ container_css_classes << "gem-c-phase-banner--inverse" if inverse
|
|
23
19
|
<%= tag.div class: container_css_classes do %>
|
24
20
|
<%= tag.p class: "govuk-phase-banner__content" do %>
|
25
21
|
<%= tag.strong app_name, class: "govuk-phase-banner__content__app-name" if app_name %>
|
26
|
-
<%= tag.strong phase, class: "govuk-tag govuk-phase-banner__content__tag" %>
|
22
|
+
<%= tag.strong phase, class: "govuk-tag govuk-phase-banner__content__tag" if phase %>
|
27
23
|
<%= tag.span message, class: "govuk-phase-banner__text" if message %>
|
28
24
|
<% end %>
|
29
25
|
<% end %>
|
data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
<nav
|
3
3
|
class="gem-c-pagination"
|
4
4
|
role="navigation"
|
5
|
-
aria-label="<%= t("
|
5
|
+
aria-label="<%= t("components.previous_and_next_navigation.pagination", default: "Pagination") %>"
|
6
6
|
>
|
7
7
|
<ul class="gem-c-pagination__list" data-module="gem-track-click">
|
8
8
|
<% if local_assigns.include?(:previous_page) %>
|
@@ -13,7 +13,7 @@
|
|
13
13
|
margin_bottom: margin_bottom
|
14
14
|
})
|
15
15
|
|
16
|
-
wrapper_classes = %w(gem-c-print-link)
|
16
|
+
wrapper_classes = %w(gem-c-print-link govuk-!-display-none-print)
|
17
17
|
wrapper_classes << "gem-c-print-link--show-without-js" unless require_js
|
18
18
|
wrapper_classes << (shared_helper.get_margin_top)
|
19
19
|
wrapper_classes << (shared_helper.get_margin_bottom)
|