[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:37 UTC 2010


The following commit has been merged in the master branch:
commit 9ad429fe50a2a880b308c25429e86e1501344326
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 19:05:50 2010 -0400

    Fix indentation in view.html.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/templates/config/view.html b/templates/config/view.html
index 2865c59..ee4ca6e 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -21,21 +21,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