Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/template/nightlies.html

Issue 5929758265180160: Issue 42 - Fix IE devbuild listings (Closed)
Patch Set: Created June 13, 2014, 12:06 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/extensions/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 %}
« no previous file with comments | « no previous file | sitescripts/extensions/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld