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 @@ -69,8 +69,8 @@ - %for cnt,repo in enumerate(c.repos_list,1): - + %for cnt,repo in enumerate(c.repos_list): + ##QUICK MENU ${dt.quick_menu(repo['name'])} @@ -115,7 +115,7 @@