[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 144ae60792797a945aaff21f3d096189bcb07f55
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 17:23:40 2010 -0400

    Link to the log.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/templates/config/view.html b/templates/config/view.html
index b5d89ce..2865c59 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -27,15 +27,18 @@
 
   	{% if build.status == "building"%}
       <em>Building...</em> ({{ build.started|timesince }})
+      <a href="{{ build.log_url}}">Log</a>
     {% endif %}
 
   	{% if build.status == "failure"%}
-      <strong>Build failed!</strong>
+      <strong>Build failed!</strong> 
+      <a href="{{ build.log_url}}">Log</a>
     {% endif %}
 
   	{% if build.status == "success"%}
       <strong>Finished.</strong>
       <a href="{{ build.result_url}}">Download</a>
+      <a href="{{ build.log_url}}">Log</a>
     {% endif %}
 
   </td>

-- 
live-studio



More information about the debian-live-changes mailing list