Merge "Add link to JSON file on index.html"

This commit is contained in:
Jenkins 2014-04-17 20:53:35 +00:00 committed by Gerrit Code Review
commit 790bff4fac

View File

@ -28,7 +28,8 @@
</TD> </TD>
<TD><IFRAME SRC="{{ project.project }}.html" WIDTH="750" <TD><IFRAME SRC="{{ project.project }}.html" WIDTH="750"
HEIGHT="{{ project.height|default(230) }}" FRAMEBORDER=NO> HEIGHT="{{ project.height|default(230) }}" FRAMEBORDER=NO>
</IFRAME></TD></TR> </IFRAME>
<BR><A HREF="{{ project.project }}-bug-stats.json">JSON FILE</A></TD></TR>
{% endfor %} {% endfor %}
</TABLE> </TABLE>
</DIV> </DIV>