This is an automated email from the git hooks/post-receive script. New commit to branch feature/april in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit d4f4c521af0a869e8e7768b4e0e2832e879f31ad Author: jcouteau <couteau@codelutin.com> Date: Tue Jan 8 12:17:00 2019 +0100 refs #233 : Summary Ok --- pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html index a933ad72..214fa7df 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html @@ -41,7 +41,7 @@ <div class="summary-part"> <h3>{_t.choices}</h3> - <div each={choice, index in opts.form.choices} class="{odd-row: index % 2 > 0}"> + <div each={choice, index in opts.form.model.questions[0].choices} class="{odd-row: index % 2 > 0}"> <ChoiceView choice={choice} showdescription="true" hidereport="true"/> </div> </div> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.