<td><imgsrc="/userContent/reproducible/static/weather-clear.png"alt="reproducible icon"/>{{name}} ({{sha256sum}}, {{size}}K) is reproducible.</td>
<td><imgsrc="{{root}}/static/weather-clear.png"alt="reproducible icon"/>{{name}} ({{sha256sum}}, {{size}}K) is reproducible.</td>
{{/repro}}
{{/repro}}
{{^repro}}
{{^repro}}
<td><ahref="/{{version}}/{{target}}/{{name}}.html"><imgsrc="/userContent/reproducible/static/weather-showers-scattered.png"alt="unreproducible icon">{{name}}</a> ({{size}}K) is unreproducible.</td>
<td><ahref="{{root}}/{{version}}/{{target}}/{{name}}.html"><imgsrc="{{root}}/static/weather-showers-scattered.png"alt="unreproducible icon">{{name}}</a> ({{size}}K) is unreproducible.</td>
{{/repro}}
{{/repro}}
</tr>
</tr>
{{/images}}
{{/images}}
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
{{#packages}}
{{#packages}}
{{^repro}}
{{^repro}}
<tr>
<tr>
<td><ahref="/{{version}}/{{target}}/{{name}}.html"><imgsrc="/userContent/reproducible/static/weather-showers-scattered.png"alt="unreproducible icon">{{name}}</a> ({{size}}K) is unreproducible.</td>
<td><ahref="{{root}}/{{version}}/{{target}}/{{name}}.html"><imgsrc="{{root}}/static/weather-showers-scattered.png"alt="unreproducible icon">{{name}}</a> ({{size}}K) is unreproducible.</td>
</tr>
</tr>
{{/repro}}
{{/repro}}
{{/packages}}
{{/packages}}
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
{{#packages}}
{{#packages}}
{{#repro}}
{{#repro}}
<tr>
<tr>
<td><imgsrc="/userContent/reproducible/static/weather-clear.png"alt="reproducible icon"/>{{name}} ({{sha256sum}}, {{size}}K) is reproducible.</td>
<td><imgsrc="{{root}}/static/weather-clear.png"alt="reproducible icon"/>{{name}} ({{sha256sum}}, {{size}}K) is reproducible.</td>