]> git.ipfire.org Git - pbs.git/commitdiff
Line through broken builds.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Nov 2012 18:13:29 +0000 (19:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Nov 2012 18:13:29 +0000 (19:13 +0100)
data/static/css/style.css
data/templates/modules/build-table.html

index cebf5109e3320dafa77bc5752f3868f55deb4584..3f10a957dc0aa70f2504ade7405c00fab0d37968 100644 (file)
@@ -65,3 +65,7 @@ body {
 .lead-small {
        font-size: 21px;
 }
+
+.line-through {
+       text-decoration: line-through;
+}
index 61c377642ea5bf375e8f64364dbc8a192616c5aa..dc8b15ae5ae5dfd8418bcc57eb8721c50c8f87b3 100644 (file)
@@ -19,7 +19,7 @@
                        {% for build in builds %}
                                <tr class="build build_state_{{ build.state }}">
                                        <td class="name">
-                                               <a class="build {{ build.type }} {{ build.state }}"
+                                               <a class="build {{ build.type }} {{ build.state }} {% if build.is_broken() %}line-through{% end %}"
                                                        href="/build/{{ build.uuid }}">{{ build.name }}</a>
                                        </td>