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 @@ -1,5 +1,5 @@ %if c.repo_branches: -
| ${branch[1].date} | +${branch[1].date} | ${h.person(branch[1].author)} | + | ${branch[1].date} | +${branch[1].date} | ${h.person(branch[1].author)} |
@@ -49,4 +49,4 @@
%else:
${_('There are no branches yet')}
-%endif
\ No newline at end of file
+%endif
|