mirror of https://gitee.com/bigwinds/arangodb
Fixed attribute/s bug
This commit is contained in:
parent
93f520b723
commit
ac6dee8011
|
@ -35,7 +35,7 @@
|
|||
<dd><%= attributes.author %></dd>
|
||||
<dt>Contributors</dt>
|
||||
<dd>
|
||||
<% if (attribute.contributors && attributes.contributors.length > 0) { %>
|
||||
<% if (attributes.contributors && attributes.contributors.length > 0) { %>
|
||||
<ul>
|
||||
<% _.each(attributes.contributors, function (contributor) { %>
|
||||
<li><a href="mailto:<%= contributor.email %>"><%= contributor.name %></a></li>
|
||||
|
|
Loading…
Reference in New Issue