This is an automated email from the git hooks/post-receive script. New commit to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 62182ff5b211c0f776ab2f85ff37ce08f420f780 Author: Cécilia Bossard <bossard@codelutin.com> Date: Wed Feb 26 16:04:36 2020 +0100 ref #253 Suppression du bouton 'Nouveau sondage' dans le header (redondant) --- pollen-ui-riot-js/src/main/web/tag/PollenHeader.tag.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/PollenHeader.tag.html b/pollen-ui-riot-js/src/main/web/tag/PollenHeader.tag.html index 52c61993..d0b90b8f 100644 --- a/pollen-ui-riot-js/src/main/web/tag/PollenHeader.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/PollenHeader.tag.html @@ -28,15 +28,6 @@ import "./components/Avatar.tag.html"; <a class="header-home instance-title" href="#" target="_top"></a> <div class="header-actions"> - <div if={canCreatePoll}> - <a class="header-link header-link--info" - href="#poll/new/text" - title="{_t.newPoll}"> - <i class="fa fa-plus" aria-hidden="true"></i> - <span class="action-label">{_t.newPoll}</span> - </a> - </div> - <a class="header-link header-link--support" href="https://{session.locale}.liberapay.com/pollen/donate"> <i class="fa fa-heart" aria-hidden="true"></i> <span class="action-label">{_t.supportUs}</span> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.