[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"> <dl class="dl-horizontal">
{{#each versions}} {{#each versions}}
<dt>{{@key}}</dt> <dt>{{@key}}</dt>
<dd>{{.}}</dd> <dd>{{version}} ({{repo}})</dd>
{{/each}} {{/each}}
</dl> </dl>
</div> </div>