diff --git a/rhodecode/templates/branches/branches_data.html b/rhodecode/templates/branches/branches_data.html --- a/rhodecode/templates/branches/branches_data.html +++ b/rhodecode/templates/branches/branches_data.html @@ -10,8 +10,8 @@ ${_('Compare')} - %for cnt,branch in enumerate(c.repo_branches.items()): - + %for cnt,branch in enumerate(c.repo_branches.items()): + ${h.link_to(branch[0], @@ -29,8 +29,8 @@ - - %endfor + + %endfor % if hasattr(c,'repo_closed_branches') and c.repo_closed_branches: %for cnt,branch in enumerate(c.repo_closed_branches.items()):