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 e51c8e353ea9f6ff5fc432cf5f2975f35ffa50b1 Author: jcouteau <couteau@codelutin.com> Date: Mon Oct 28 10:41:45 2019 +0100 Question description on multi --- pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html | 7 ++++++- 1 file changed, 6 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 58a3219a..27874f72 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,9 +21,14 @@ <Vote> <div class="container" show="{loaded}"> - <h2 class="align-center">Question {parent.questionToVote + 1}/{poll.questions.length} :</h2> + <h2 class="align-center" if={this.poll.questions.length > 1}>Question {parent.questionToVote + 1}/{poll.questions.length} :</h2> <h2 if="{question}" class="align-center">{question.title}</h2> + <div class="poll-description left-icon" if="{question && question.description}"> + <i class="fa fa-info-circle" aria-hidden="true"></i> + <p><MultiLineLabel label="{question.description}"></MultiLineLabel></p> + </div> + <span class="c-input-group actions-right" if={isVoteByOrder}> <button class="c-button c-button--info {c-button--ghost-info: !voteClickAndDrop, c-button--info: voteClickAndDrop}" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.