summaryrefslogtreecommitdiff
path: root/views/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/index.tt b/views/index.tt
index a6e0919..19e9c84 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -17,10 +17,9 @@
<div class="first">
<h3>Repositories (<: $projects.size() :>)</h3>
-
: for $projects -> $project {
<div class="repo">
- <h3><a href="<: $uri_base :>project/<: $project.name :>"><: $project.name :></a></h3>
+ <h3><a class="<: $project.last_build_status :>" href="<: $uri_base :>project/<: $project.name :>"><: $project.name :></a></h3>
<div class="repo-body">
<p class="desc"><: $project.description :></p>
:if $project.last_build.timestamp {