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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | sitescripts/extensions/utils.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 - This file is part of the Adblock Plus web scripts, 2 - This file is part of the Adblock Plus web scripts,
3 - Copyright (C) 2006-2014 Eyeo GmbH 3 - Copyright (C) 2006-2014 Eyeo GmbH
4 - 4 -
5 - Adblock Plus is free software: you can redistribute it and/or modify 5 - Adblock Plus is free software: you can redistribute it and/or modify
6 - it under the terms of the GNU General Public License version 3 as 6 - it under the terms of the GNU General Public License version 3 as
7 - published by the Free Software Foundation. 7 - published by the Free Software Foundation.
8 - 8 -
9 - Adblock Plus is distributed in the hope that it will be useful, 9 - Adblock Plus is distributed in the hope that it will be useful,
10 - but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 <code>chrome://flags</code> and enabling "Experimental Extension APIs" optio n. 47 <code>chrome://flags</code> and enabling "Experimental Extension APIs" optio n.
48 {%- endif -%} 48 {%- endif -%}
49 </p> 49 </p>
50 50
51 <h2>Development build listing for {{config.name}}</h2> 51 <h2>Development build listing for {{config.name}}</h2>
52 <hr /> 52 <hr />
53 <table border="0" cellspacing="10"> 53 <table border="0" cellspacing="10">
54 {%- for link in links %} 54 {%- for link in links %}
55 <tr{%if loop.first%} style="font-weight: bold;"{%endif%}> 55 <tr{%if loop.first%} style="font-weight: bold;"{%endif%}>
56 <td> 56 <td>
57 {%- if config.type == 'ie' %}
58 {{config.name}} {{link.version}} <a href="{{link.download}}">(64-bit Windows )</a> <a href="{{link.download|replace('-x64', '-x86')}}">(32-bit Windows)</a>
59 {%- else %}
60 <a href="{{link.download}}">{{config.name}} {{link.version}}</a> 57 <a href="{{link.download}}">{{config.name}} {{link.version}}</a>
61 {%- endif %}
62 {%- if link.changelog %} 58 {%- if link.changelog %}
63 <a href="{{link.changelog}}"> (changelog)</a> 59 <a href="{{link.changelog}}"> (changelog)</a>
64 {%- endif %} 60 {%- endif %}
65 </td> 61 </td>
66 <td>{{link.mtime|formattime}}</td> 62 <td>{{link.mtime|formattime}}</td>
67 <td>{{link.size|bytes}}</td> 63 <td>{{link.size|bytes}}</td>
68 </tr> 64 </tr>
69 {%- endfor %} 65 {%- endfor %}
70 </table> 66 </table>
71 <hr /> 67 <hr />
72 </body> 68 </body>
73 </html> 69 </html>
OLDNEW
« 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