changeset 2230:6053badd85ee beta

fixed repo count on main page
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 May 2012 20:58:08 +0200
parents 879ce77d3b2f
children 2cfaf199a5a7
files rhodecode/templates/index_base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/index_base.html	Thu May 03 12:48:27 2012 +0200
+++ b/rhodecode/templates/index_base.html	Thu May 03 20:58:08 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;
       }