Move code to render.js in poll

This commit is contained in:
yflory
2017-10-10 18:19:49 +02:00
parent 75b3ff9c60
commit ecb537ac7f
4 changed files with 155 additions and 131 deletions

View File

@@ -656,7 +656,7 @@ define([
h('br')
]),
h('div#cp-app-poll-table-container', [
h('div#cp-app-poll-table-scroll'),
h('div#cp-app-poll-table-scroll', [h('table')]),
h('button#cp-app-poll-create-user.btn.btn-secondary', {
title: Msg.poll_create_user
}, h('span.fa.fa-plus')),