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 @@ -7,6 +7,7 @@ ${_('date')} ${_('author')} ${_('revision')} + ${_('compare')} %for cnt,branch in enumerate(c.repo_branches.items()): @@ -24,6 +25,10 @@
r${branch[1].revision}:${h.short_id(branch[1].raw_id)}
+ + + + %endfor % if hasattr(c,'repo_closed_branches') and c.repo_closed_branches: @@ -42,6 +47,7 @@
r${branch[1].revision}:${h.short_id(branch[1].raw_id)}
+ %endfor %endif