We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a86f8 commit fb039c6Copy full SHA for fb039c6
app/views/content_items/get_involved.html.erb
@@ -53,14 +53,14 @@
53
<%= render "govuk_publishing_components/components/big_number", {
54
number: @open_consultation_count,
55
label: t('get_involved.open_consultations'),
56
- href: "/government/organisations#ministerial_departments"
+ href: "/search/policy-papers-and-consultations?content_store_document_type=open_consultations"
57
} %>
58
</div>
59
<div class="govuk-grid-column-two-thirds">
60
61
number: @closed_consultation_count,
62
label: t('get_involved.closed_consultations'),
63
+ href: "/search/policy-papers-and-consultations?content_store_document_type=closed_consultations"
64
65
66
0 commit comments