FIX: don't use a table for poll results

This commit is contained in:
Régis Hanol
2015-06-03 16:49:20 +02:00
parent 74b121beeb
commit 7afe78eec0
3 changed files with 20 additions and 20 deletions
@@ -1,5 +1,5 @@
export default Em.Component.extend({
tagName: "table",
tagName: "ul",
classNames: ["results"],
options: function() {