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 a43dc5f59cd093af0c7b7358b6a3e681cc86caf4 Author: jcouteau <couteau@codelutin.com> Date: Thu Aug 29 10:02:43 2019 +0200 Add question title on vote page --- pollen-ui-riot-js/src/main/web/tag/poll/Vote.tag.html | 2 ++ 1 file changed, 2 insertions(+) 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 671162b5..842db92f 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,6 +21,8 @@ <Vote> <div class="container" show="{loaded}"> + <h2>{question.title}</h2> + <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>.