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 @@ -8,7 +8,7 @@ %for cnt,branch in enumerate(c.repo_branches.items()): - ${h.age(branch[1]._ctx.date())} + ${h.age(branch[1].date)} r${branch[1].revision}:${branch[1].short_id}