diff rhodecode/templates/index_base.html @ 2257:a437a986d399

merged beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 10 May 2012 20:27:45 +0200
parents 6053badd85ee
children f1b76a558a66
line wrap: on
line diff
--- a/rhodecode/templates/index_base.html	Mon Apr 23 18:31:51 2012 +0200
+++ b/rhodecode/templates/index_base.html	Thu May 10 20:27:45 2012 +0200
@@ -119,7 +119,7 @@
         </div>
     </div>
     <script>
-      YUD.get('repo_count').innerHTML = ${cnt};
+      YUD.get('repo_count').innerHTML = ${cnt+1};
       var func = function(node){
           return node.parentNode.parentNode.parentNode.parentNode;
       }