mirror of https://gitee.com/bigwinds/arangodb
Show contributors
This commit is contained in:
parent
ac93dc5dce
commit
3b1c5b640e
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue