This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 92e7f4ef4417282f4975f7bfec5482534d54bd7f Author: Kevin Morin <morin@codelutin.com> Date: Tue Aug 1 17:07:16 2017 +0200 refs #74 ajout d'une option pour ne pas afficher l'icone de rapport dans le choix --- pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html index c04378a9..cc49a692 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html @@ -29,7 +29,7 @@ require("./Report.tag.html"); </div> <span if="{opts.choice.description && opts.showdescription}"> : <em>{opts.choice.description}</em></span> </div> - <Report target={opts.choice}/> + <Report target="{opts.choice}" if="{!opts.hidereport}"/> <div if={showModalImage} onclick={closeModalImage}> <div class="c-overlay"></div> @@ -58,7 +58,6 @@ require("./Report.tag.html"); target="_blank"> <i class="fa fa-download"></i> {__.download} - </a> </div> </header> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.