~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to templates/person/index.html

  • Committer: Marc Tardif
  • Date: 2012-03-21 22:32:04 UTC
  • Revision ID: marc.tardif@canonical.com-20120321223204-8g7mvzzwmh8ifbrt
Added support for getting systems from a person (LP #899361)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    <div class="first yui-u">
35
35
      {% include "teststat/latest-test-projects.html" %}
36
36
    </div> <!-- yui-u -->
 
37
 
 
38
    <div class="yui-u">
 
39
      {% include "testrank/latest-test-systems.html" %}
 
40
    </div> <!-- yui-u -->
37
41
  </div> <!-- yui-g -->
38
42
{% endblock %}