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 8281c4c01da48cb61490313c512dbb32b5ef4702 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Oct 10 16:54:57 2017 +0200 ajout du type de bouton --- pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html index 4a905831..db09c872 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Summary.tag.html @@ -8,12 +8,12 @@ it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -84,7 +84,8 @@ require("../components/MultiLineLabel.tag.html"); type="url" readonly/> </div> - <button class="c-button c-button--info" + <button type="button" + class="c-button c-button--info" onclick={copy("voteUrl")} title="{__.copyLink}"> <i class="fa fa-clipboard" aria-hidden="true"></i> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.