summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.tt11
1 files changed, 10 insertions, 1 deletions
diff --git a/views/index.tt b/views/index.tt
index f82aa5e..d657f48 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -2,6 +2,15 @@
<div id="content">
<h2>Dashboard</h2>
+ <div class="builds-running">
+ : if $runnings {
+ The following projects are building:
+ : for $runnings -> $running {
+ <a href="<: $uri_base :>/task/<: $running.id :>"><: $running.project :></a>
+ : }
+ : }
+ </div>
+
<div class="columns">
<div class="first">
@@ -26,7 +35,7 @@
</div>
<div class="last">
- <h3>Builds pending</h3>
+ <h3>Builds pending (<: $builds.size :>)</h3>
<div class="comming-builds">
<ul>