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 bea6b5acc8f5af6d18bc29e2d49381abdc82bf4e Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 14:42:12 2019 +0200 Display question x / n when voting --- 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 842db92f..86f6df98 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 @@ -21,7 +21,7 @@ <Vote> <div class="container" show="{loaded}"> - <h2>{question.title}</h2> + <h2>Question {parent.questionToVote + 1}/{poll.questions.length} : {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>.