~offspring-committers/offspring/trunk

« back to all changes in this revision

Viewing changes to lib/offspring/web/templates/queuemanager/projectgroup_details.html

  • Committer: David Murphy
  • Date: 2013-07-05 09:32:42 UTC
  • mfrom: (166.1.1 improved-icons)
  • Revision ID: david.murphy@canonical.com-20130705093242-p05ke82f0tyah5t1
Changed ambiguous icons for meaningful ones. [r=jedimike,f=1197944]

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    {% for project in projectGroup.projects %}
40
40
    <tr>
41
41
        <td>
42
 
            {% if project.needs_build %}<img src="/assets/images/33.png" title="Pending Build">{% else %}{% ifequal project.latest_build.result "FAILED" %}<img src="/assets/images/34.png" title="Build Failure">{% else %} {% ifequal project.latest_build.result "COMPLETED" %} <img src="/assets/images/35.png" title="Build Successful"> {% else %} <img src="/assets/images/36.png" title="Not yet built">{% endifequal %}{% endifequal %}{% endif %}</td><td> <a href="{% url offspring.web.queuemanager.views.project_details project.name %}">{{ project.title }}</a>
 
42
            {% if project.needs_build %}<img src="/assets/images/alarm-clock-select-remain.png" title="Pending Build">{% else %}{% ifequal project.latest_build.result "FAILED" %}<img src="/assets/images/exclamation.png" title="Build Failure">{% else %} {% ifequal project.latest_build.result "COMPLETED" %} <img src="/assets/images/10.png" title="Build Successful"> {% else %} <img src="/assets/images/9.png" title="Not yet built">{% endifequal %}{% endifequal %}{% endif %}</td><td> <a href="{% url offspring.web.queuemanager.views.project_details project.name %}">{{ project.title }}</a>
43
43
            </td>
44
 
            <td> 
 
44
            <td>
45
45
                {% if project.latest_build %} <a href="{% url offspring.web.queuemanager.views.build_details project.name project.latest_build.name %}" title="View build details">{{ project.latest_build.name }}</a>{% endif %}
46
46
        </td>
47
47
        <td>