This is an automated email from the git hooks/post-receive script. New commit to branch feature/41_mentions_legales in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 0884286364ef30bb540b149e5312f0fddb3a72f0 Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Tue Sep 26 18:04:02 2017 +0200 Corrige l'url des mentions légales --- pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html b/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html index 9bd43737..c848bc11 100644 --- a/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/PollenFooter.tag.html @@ -29,7 +29,7 @@ <a href="http://www.gnu.org/licenses/agpl.html">{__.license}</a> <a if={session.isGtu} href="{session.configuration.endPoint}/v1/gtu" target="_blank">{__.gtu}</a> <a href="http://www.codelutin.com/" target="_blank">Code Lutin</a> - <a href="http://codelutin.page.nuiton.org/pollen-sass/legalNotices-{session.locale}.html" target="_blank">{__.legalNotices}</a> + <a href="http://codelutin.page.nuiton.org/pollen-saas/legalNotices-{session.locale}.html" target="_blank">{__.legalNotices}</a> <a if={session.configuration.piwikUrl} href="#privacy">{__.privacy}</a> </div> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.