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 5a3a8ffe34dd07f95860886c643a5323c23016bb Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 23 10:20:09 2019 +0200 Indentation --- .../src/main/web/tag/poll/Votes.tag.html | 35 +++++++++++----------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html index cac6a841..11f0b6f5 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Votes.tag.html @@ -21,24 +21,23 @@ <Votes> <div class="align-center"> - - <button type="button" - class="c-button c-button--info" - tabindex="1" - onclick={previousQuestion} - disabled={questionToVote === 0}> - <i class="fa fa-chevron-left " aria-hidden="true"></i> - {_t.previousQuestion} - </button> - - <button type="button" - class="c-button c-button--info" - tabindex="1" - onclick={nextQuestion} - disabled={questionToVote === poll.questions.length - 1}> - {_t.nextQuestion} - <i class="fa fa-chevron-right " aria-hidden="true"></i> - </button> + <button type="button" + class="c-button c-button--info" + tabindex="1" + onclick={previousQuestion} + disabled={questionToVote === 0}> + <i class="fa fa-chevron-left " aria-hidden="true"></i> + {_t.previousQuestion} + </button> + + <button type="button" + class="c-button c-button--info" + tabindex="1" + onclick={nextQuestion} + disabled={questionToVote === poll.questions.length - 1}> + {_t.nextQuestion} + <i class="fa fa-chevron-right " aria-hidden="true"></i> + </button> </div> <Vote question={question}/> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.