Testing downloads 2

This commit is contained in:
David Vierra 2016-08-24 17:16:17 -10:00
parent d7d8f2e648
commit 429e374169

View File

@ -12,10 +12,10 @@ layout: download_page
<h1>Release Versions <h1>Release Versions
</h1> </h1>
<div class="alert"> <!--<div class="alert">
Development Versions are released once per day, if there have been any changes to the source code. These versions are Development Versions are released once per day, if there have been any changes to the source code. These versions are
not well-tested and are not recommended for serious use. not well-tested and are not recommended for serious use.
</div> </div>-->
<div ng-app="dlApp"> <div ng-app="dlApp">
<div ng-controller="DownloadListCtrl"> <div ng-controller="DownloadListCtrl">
@ -28,15 +28,14 @@ not well-tested and are not recommended for serious use.
<a href="https://github.com/mcedit/mcedit2/commits/{{download.target_commitish}}">{{download.target_commitish}}</a> <a href="https://github.com/mcedit/mcedit2/commits/{{download.target_commitish}}">{{download.target_commitish}}</a>
</td> </td>
</tr> </tr>
<tr class="links"> <tr class="links" ng-repeat-end>
<td></td> <td></td>
<td colspan="2" ng-repeat-start="asset in download.assets"> <td colspan="2" ng-repeat="asset in download.assets">
<a class="btn btn-default always-ltr x64" <a class="btn btn-default always-ltr x64"
href="{{asset.browser_download_url}}"> href="{{asset.browser_download_url}}">
<span class="glyphicon glyphicon-download-alt" aria-hidden="true" <span class="glyphicon glyphicon-download-alt" aria-hidden="true"
style="margin-right:10px"></span>(Platform)</a> style="margin-right:10px"></span>(Platform)</a>
</td> </td>
<p ng-repeat-end></p>
</tr> </tr>
</table> </table>
</div> </div>