[guadec-web-regcfp/develop] Show comments



commit b011bc6e8b465365ef15d8179f49bb5f4dd3dba3
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date:   Fri May 22 11:24:51 2015 +0200

    Show comments

 views/papers/showvotes.hbs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/views/papers/showvotes.hbs b/views/papers/showvotes.hbs
index f27d190..a85b9f5 100644
--- a/views/papers/showvotes.hbs
+++ b/views/papers/showvotes.hbs
@@ -21,6 +21,17 @@ Vote on papers:
                 >
             </td>
         </tr>
+        {{#each this.votes}}
+            <tr>
+                <td>Comment</td>
+                <td colspan="3">
+                    {{this.comment}}
+                    {{#if this.abstained}}
+                        <b>Abstained</b>
+                    {{/if}}
+                </td>
+            </tr>
+        {{/each}}
     {{/each}}
 </table>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]