Author: David Schneider <david.schnei...@picle.org> Branch: buildbot-0.8.7 Changeset: r800:2dfa772ebb1d Date: 2013-04-25 19:49 +0200 http://bitbucket.org/pypy/buildbot/changeset/2dfa772ebb1d/
Log: define renamed template variable diff --git a/master/templates/build.html b/master/templates/build.html --- a/master/templates/build.html +++ b/master/templates/build.html @@ -7,7 +7,7 @@ <h1> Builder <a href="{{ path_to_builder }}">{{ b.getBuilder().getName() }}</a> Build #{{ b.getNumber() }} -<!-- PyPy specific change: add a "view in summary" linke --> +<!-- PyPy specific change: add a "view in summary" link --> (<a href="{{ path_to_root }}summary?builder={{ b.getBuilder().getName() }}">view in summary</a>) </h1> @@ -44,6 +44,7 @@ <table class="info" width="100%"> {% set ss_class = cycler('alt','') %} +{% set ss = sourcestamps[0] %} {% if ss.project %} <tr class="{{ ss_class.next() }}"><td class="left">Project</td><td>{{ ss.project|projectlink }}</td></tr> {% endif %} _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit