about: fix links is undefined

pull/1909/head
Simon Legner 2 years ago
parent 604cfd2331
commit 7a8f48a3bb

@ -70,9 +70,9 @@ app.templates.aboutPage = ->
<th>Source code
#{(
"<tr>
<td><a href=\"#{doc.links.home}\">#{doc.name}</a></td>
<td><a href=\"#{doc.links?.home}\">#{doc.name}</a></td>
<td>#{doc.attribution}</td>
<td><a href=\"#{doc.links.code}\">Source code</a></td>
<td><a href=\"#{doc.links?.code}\">Source code</a></td>
</tr>" for doc in docs
).join('')}
</table>

Loading…
Cancel
Save