This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a3b0092 Merge branch 'feature/delete_ui_url_in_back_conf' into 'develop' adds 36e2bfc Adaptation de l'écran de votes adds 8064e2b fix js conf new 14536b4 Merge branch 'feature/votes-screen' into 'develop' The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 14536b45a124164ca415835f0a84a220522aac83 Merge: a3b0092 8064e2b Author: Kevin Morin <morin@codelutin.com> Date: Fri Mar 10 16:40:52 2017 +0100 Merge branch 'feature/votes-screen' into 'develop' écran de vote See merge request !5 Summary of changes: pollen-ui-riot-js/src/main/web/i18n.json | 25 +- pollen-ui-riot-js/src/main/web/js/FetchService.js | 3 + pollen-ui-riot-js/src/main/web/js/Poll.js | 189 ++++++ pollen-ui-riot-js/src/main/web/js/Session.js | 15 +- pollen-ui-riot-js/src/main/web/tag/Home.tag.html | 9 +- .../src/main/web/tag/poll/Comments.tag.html | 403 ++++++------ .../src/main/web/tag/poll/CreatePoll.tag.html | 22 +- .../src/main/web/tag/poll/Poll.tag.html | 253 ++------ .../src/main/web/tag/poll/Results.tag.html | 113 ++-- .../src/main/web/tag/poll/Votes.tag.html | 701 +++++++++------------ 10 files changed, 820 insertions(+), 913 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/js/Poll.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.