# HG changeset patch # User Marcin Kuzminski # Date 2011-11-30 22:26:09 # Node ID db4852ed34137926712b095dfee4fd5dfaa653eb # Parent 40c4f73515742fe144394962957c7613df82c123 fixed view for repos groups diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -62,6 +62,7 @@ + <%cnt=0%> %for cnt,repo in enumerate(c.repos_list,1):