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,11 +1,14 @@ %if c.repo_branches: -
| ${_('name')} | ${_('date')} | ${_('author')} | ${_('revision')} |
|---|---|---|---|
| @@ -43,6 +46,7 @@ %endfor %endif |