diff bitten/templates/bitten_build.html @ 875:a68027e2245d

Add 'Platform' name to build report for web display and notifications. Fixes #541 and #633.
author osimons
date Thu, 21 Oct 2010 08:41:16 +0000
parents 70aebfc3a45f
children
line wrap: on
line diff
--- a/bitten/templates/bitten_build.html
+++ b/bitten/templates/bitten_build.html
@@ -28,6 +28,10 @@
         <dd class="config">
           <a href="$build.config.href">$build.config.name</a>
         </dd>
+        <dt class="platform">Platform:</dt>
+        <dd class="platform">
+          $build.platform
+        </dd>
         <dt class="trigger">Triggered by:</dt>
         <dd class="trigger">
           Changeset <a href="$build.chgset_href">[$build.display_rev]</a> by 
Copyright (C) 2012-2017 Edgewall Software