Merge pull request #3104 from consul/seeds-widgets

[Backport] Widgets dev seeds
This commit is contained in:
Alberto
2018-12-13 07:14:39 +01:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ section "Creating header and cards for the homepage" do
label_es: 'Bienvenido a', label_es: 'Bienvenido a',
link_url: 'http://consulproject.org/', link_url: 'http://consulproject.org/',
header: TRUE, header: true,
image_attributes: create_image_attachment('header') image_attributes: create_image_attachment('header')
) )
@@ -40,7 +40,7 @@ section "Creating header and cards for the homepage" do
label_es: 'Debates', label_es: 'Debates',
link_url: 'https://youtu.be/zU_0UN4VajY', link_url: 'https://youtu.be/zU_0UN4VajY',
header: FALSE, header: false,
image_attributes: create_image_attachment('debate') image_attributes: create_image_attachment('debate')
) )
@@ -58,7 +58,7 @@ section "Creating header and cards for the homepage" do
label_es: 'Propuestas ciudadanas', label_es: 'Propuestas ciudadanas',
link_url: 'https://youtu.be/ZHqBpT4uCoM', link_url: 'https://youtu.be/ZHqBpT4uCoM',
header: FALSE, header: false,
image_attributes: create_image_attachment('proposal') image_attributes: create_image_attachment('proposal')
) )
@@ -76,7 +76,7 @@ section "Creating header and cards for the homepage" do
label_es: 'Presupuestos participativos', label_es: 'Presupuestos participativos',
link_url: 'https://youtu.be/igQ8KGZdk9c', link_url: 'https://youtu.be/igQ8KGZdk9c',
header: FALSE, header: false,
image_attributes: create_image_attachment('budget') image_attributes: create_image_attachment('budget')
) )
end end