branch feature/multi-ui updated (a38150bb -> 7ab5d230)
This is an automated email from the git hooks/post-receive script. New change to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a38150bb Vote goes to next question new 7ab5d230 Red delete button 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 7ab5d23022e03cf23496e079448f16c5c67f3e61 Author: jcouteau <couteau@codelutin.com> Date: Fri Oct 11 11:45:08 2019 +0200 Red delete button Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 7ab5d23022e03cf23496e079448f16c5c67f3e61 Author: jcouteau <couteau@codelutin.com> Date: Fri Oct 11 11:45:08 2019 +0200 Red delete button --- pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html index 5f78ba04..11fd2dc7 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html @@ -84,7 +84,7 @@ import "./CheckEmails.tag.html"; </button> <button type={form.creation || form.model.closed ? "button" : "submit"} - class="c-button c-button--info" + class="c-button c-button--error" tabindex="1" onclick={deleteQuestion} disabled={form.model.questions.length === 1}> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm