about summary refs log tree commit diff
path: root/views
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 19:49:21 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 19:49:21 +0200
commitae53e645e02c60b9e26a9c0f7143fb834b83cbbe (patch)
tree0379d0490b211bb93de99492862a46e00d852b18 /views
parentupdate layout (diff)
downloadjitterbug-ae53e645e02c60b9e26a9c0f7143fb834b83cbbe.tar.gz
more css cleanup
Diffstat (limited to 'views')
-rw-r--r--views/project/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/project/index.tt b/views/project/index.tt
index 0809b7e..5ec18dc 100644
--- a/views/project/index.tt
+++ b/views/project/index.tt
@@ -17,7 +17,7 @@
             <div class="date"><: $build.timestamp :></div>
             <div class="builds">
                 :for $build.version.keys() -> $version {
-                    <a href="<: $uri_base :>/api/build/<: $project :>/<: $build.commit :>/<: $version :>"><: $version :></a> <: $build.version[$version] :>
+                    <a href="<: $uri_base :>/api/build/<: $project :>/<: $build.commit :>/<: $version :>"><: $version :></a> <span class="<: $build.version[$version] :>"><: $build.version[$version] :></span>
                 :}
             </div>
         </div>