Document list example
Default
How it looks
(preview)
How to call this example
<%= render "govuk_publishing_components/components/document_list", {
items: [
{
link: {
text: "Alternative provision",
path: "/government/publications/alternative-provision"
},
metadata: {
public_updated_at: "2016-06-27 10:29:44 +0000",
document_type: "Statutory guidance"
}
},
{
link: {
text: "Behaviour and discipline in schools: guide for governing bodies",
path: "/government/publications/behaviour-and-discipline-in-schools-guidance-for-governing-bodies"
},
metadata: {
public_updated_at: "2015-09-24 16:42:48 +0000",
document_type: "Statutory guidance"
}
},
{
link: {
text: "Children missing education",
path: "/government/publications/children-missing-education"
},
metadata: {
public_updated_at: "2016-09-05 16:48:27 +0000",
document_type: "Statutory guidance"
}
}
]
} %>