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 987cf92062e92c5c20ec5fa5b4515bc546f93eba Author: Cécilia Bossard <bossard@codelutin.com> Date: Mon Mar 9 18:25:36 2020 +0100 ref #253 Code style --- pollen-ui-riot-js/src/main/web/tag/PollenHeader.tag.html | 5 ++--- .../src/main/web/tag/popup/FeedbackModalReboot.tag.html | 2 +- 2 files changed, 3 insertions(+), 4 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 90e9d3e4..707bb1b8 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 @@ -49,7 +49,6 @@ import "./components/MenuItem.tag.html"; <script type="es6"> - import route from "riot-route/lib/tag"; import session from "../js/Session"; this.session = session; @@ -57,10 +56,10 @@ import "./components/MenuItem.tag.html"; this.installBundle(this.session, "header"); - this.feedback_categories = [ + this.feedbackCategories = [ {label: this._t.category_bug, value: "BUG"}, {label: this._t.category_ergonomics, value: "ERGONOMICS"}, - {label: this._t.category_other, value: "OTHERS"}, + {label: this._t.category_other, value: "OTHERS"} ]; this.openFeedback = () => { diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModalReboot.tag.html b/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModalReboot.tag.html index ea35502d..24fe1cce 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModalReboot.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/popup/FeedbackModalReboot.tag.html @@ -34,7 +34,7 @@ import "../components/ToggleButton.tag.html"; <PollenRadioButton label="{parent._t.category}" ref="categories" name="categories" - items="{parent.parent.feedback_categories}" + items="{parent.parent.feedbackCategories}" required> </PollenRadioButton> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.