1
0
Fork 0

Show contributors

This commit is contained in:
Lucas Dohmen 2014-12-12 17:23:31 +01:00 committed by Michael Hackstein
parent ac93dc5dce
commit 3b1c5b640e
1 changed files with 8 additions and 2 deletions

View File

@ -22,8 +22,14 @@
<dl> <dl>
<dt>Author</dt> <dt>Author</dt>
<dd><%= attributes.author %></dd> <dd><%= attributes.author %></dd>
<dt>Keywords</dt> <dt>Contributors</dt>
<dd><%= attributes.keywords %></dd> <dd>
<ul>
<% _.each(attributes.contributors, function (contributor) { %>
<li><a href="mailto:<%= contributor.email %>"><%= contributor.name %></a></li>
<% }); %>
</ul>
</dd>
</dl> </dl>
</aside> </aside>
</script> </script>