[fix] version datastructure has changed

This commit is contained in:
Laurent Peuch 2018-02-08 01:35:49 +01:00
parent b2c347c5d7
commit f1bd9447da

View file

@ -31,7 +31,7 @@
<dl class="dl-horizontal">
{{#each versions}}
<dt>{{@key}}</dt>
<dd>{{.}}</dd>
<dd>{{version}} ({{repo}})</dd>
{{/each}}
</dl>
</div>