about summary refs log tree commit diff
path: root/views/index.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-26 16:25:53 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-26 16:25:53 +0200
commit188e880227d6a6966ecdcd5e023579590ff401c6 (patch)
tree18f011a1b805de7c56672be63909d7864178b92d /views/index.tt
parentupdate and add tests (diff)
downloadjitterbug-188e880227d6a6966ecdcd5e023579590ff401c6.tar.gz
display total of repositories
Diffstat (limited to 'views/index.tt')
-rw-r--r--views/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.tt b/views/index.tt
index f763aff..b75ee8e 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -5,7 +5,7 @@
     <div class="columns">
 
       <div class="first"> 
-        <h3>Repositories</h3>
+        <h3>Repositories (<: $projects.size() :>)</h3>
 
         <ul class="repositories">
           : for $projects -> $project {