From 0a86dc25361d150c8efd933fe336417160500b16 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Thu, 1 Apr 2021 10:32:42 +0200 Subject: [PATCH] patch: community - set up list --- src/views/page-communities.pug | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/views/page-communities.pug b/src/views/page-communities.pug index 09a0111..42ed10c 100644 --- a/src/views/page-communities.pug +++ b/src/views/page-communities.pug @@ -1 +1,21 @@ -p Hello \ No newline at end of file +div.padding-top-xlarge.padding-right-small.padding-bottom-xlarge.padding-left-small.whitespace-normal + + h2.margin-left-xsmall.sm-margin-none.text-xlarge.text-bold.text-color-heading.text-uppercase Les communautés + + div + solid-form-search.form.search-form.search-button( + id=`communities-filter-${page}` + fields='name' + label-name='' + widget-name='solid-form-label-text' + class-name="segment margin-bottom-medium sm-margin-bottom-none third sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading" + submit-button="" + submit-widget="button" + ) + //- data-trans='label-name=circle.list.searchBy;submit-button=circle.list.searchButton' + + +solid-display( + data-src=`${getComponent('communities')}` + fields='logo, name, shortDescription' +) \ No newline at end of file