This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 27c3f23fc30cf59b159dc2961e57b079c7dbfdce Author: jcouteau <couteau@codelutin.com> Date: Thu Oct 10 16:09:17 2019 +0200 Prevent console logs --- pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html index 01fea47c..c01201e9 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html @@ -22,7 +22,7 @@ <div class="container" show="{loaded}"> <h2 class="align-center">Question {parent.questionToVote + 1}/{poll.questions.length} :</h2> - <h2 class="align-center">{question.title}</h2> + <h2 if="{question}" class="align-center">{question.title}</h2> <span class="c-input-group actions-right" if={isVoteByOrder}> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.