[SCM] live-studio branch, master, updated. 0515e0ba88e2558cb196c9297ac7f0f33885e70a

Chris Lamb lamby at debian.org
Sun Aug 1 03:58:31 UTC 2010


The following commit has been merged in the master branch:
commit 07fa17e94be9a97a2872de02d471397c2911e71a
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Jul 31 23:55:15 2010 -0400

    Add missing whitespace

diff --git a/templates/config/view.html b/templates/config/view.html
index 70cd12e..becdd35 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -22,21 +22,21 @@
   <td>{{ build.pk }}</td>
   <td>{{ build.enqueued|timesince }} ago</td>
   <td>
-    {% if build.status == "waiting"%}
+    {% if build.status == "waiting" %}
       <em>Waiting for builder to become available..</em>
     {% endif %}
 
-    {% if build.status == "building"%}
+    {% if build.status == "building" %}
       <em>Building...</em> ({{ build.started|timesince }})
       <a href="{{ build.log_url}}">Log</a>
     {% endif %}
 
-    {% if build.status == "failure"%}
+    {% if build.status == "failure" %}
       <strong>Build failed!</strong> 
       <a href="{{ build.log_url}}">Log</a>
     {% endif %}
 
-    {% if build.status == "success"%}
+    {% if build.status == "success" %}
       <strong>Finished.</strong>
       <a href="{{ build.result_url}}">Download</a>
       <a href="{{ build.log_url}}">Log</a>

-- 
live-studio



More information about the debian-live-changes mailing list