about summary refs log tree commit diff
path: root/views/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/index.tt b/views/index.tt
index d657f48..4e7eba2 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -4,10 +4,12 @@
 
     <div class="builds-running">
     : if $runnings {
-      The following projects are building:
+      <div class="running-build">
+      The following project is building:
         : for $runnings -> $running {
           <a href="<: $uri_base :>/task/<: $running.id :>"><: $running.project :></a>
         : }
+        </div>
     : }
     </div>