[guadec-web-regcfp] Also show email



commit 94007b57c957c7ec6fe4c24352a730b987541e18
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date:   Thu May 21 13:10:33 2015 +0200

    Also show email

 views/papers/list.hbs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/views/papers/list.hbs b/views/papers/list.hbs
index b694a83..e419a1c 100644
--- a/views/papers/list.hbs
+++ b/views/papers/list.hbs
@@ -3,7 +3,7 @@
 {{#each papers}}
     <b>{{ this.title }}</b>
     {{#if ../showAuthors}}
-      ({{ this.User.name }})
+      ({{ this.User.name }} &lt;{{ this.User.email }}&gt;)
     {{/if}}
     - 
     {{ breaklines this.summary }}


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