Index: sitescripts/extensions/template/nightlies.html |
=================================================================== |
--- a/sitescripts/extensions/template/nightlies.html |
+++ b/sitescripts/extensions/template/nightlies.html |
@@ -49,21 +49,17 @@ |
</p> |
<h2>Development build listing for {{config.name}}</h2> |
<hr /> |
<table border="0" cellspacing="10"> |
{%- for link in links %} |
<tr{%if loop.first%} style="font-weight: bold;"{%endif%}> |
<td> |
- {%- if config.type == 'ie' %} |
- {{config.name}} {{link.version}} <a href="{{link.download}}">(64-bit Windows)</a> <a href="{{link.download|replace('-x64', '-x86')}}">(32-bit Windows)</a> |
- {%- else %} |
<a href="{{link.download}}">{{config.name}} {{link.version}}</a> |
- {%- endif %} |
{%- if link.changelog %} |
<a href="{{link.changelog}}"> (changelog)</a> |
{%- endif %} |
</td> |
<td>{{link.mtime|formattime}}</td> |
<td>{{link.size|bytes}}</td> |
</tr> |
{%- endfor %} |