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 8e13df844a4ae94ca12ad34df6f5f09fed1f394a Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 9 16:29:54 2019 +0200 Question number and title on 2 different lines --- pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html | 3 ++- 1 file changed, 2 insertions(+), 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 a0828bb4..70b17408 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,8 @@ <Vote> <div class="container" show="{loaded}"> - <h2 class="align-center">Question {parent.questionToVote + 1}/{poll.questions.length} : {question.title}</h2> + <h2 class="align-center">Question {parent.questionToVote + 1}/{poll.questions.length} :</h2> + <h2 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>.