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 @@ -3,23 +3,29 @@
| Raw name | ##notranslation${_('Name')} | +Raw date | ##notranslation${_('Date')} | ${_('Author')} | +Raw rev | ##notranslation${_('Revision')} | ${_('Compare')} |
|---|---|---|---|---|---|---|---|
| ${branch[0]} | + | ${branch[1]._timestamp} | ${h.fmt_date(branch[1].date)} | ${h.person(branch[1].author)} | +${branch[1].revision} |
r${branch[1].revision}:${h.short_id(branch[1].raw_id)}@@ -31,17 +37,21 @@ |
|
| ${branch[0]} | + | ${branch[1]._timestamp} | ${h.fmt_date(branch[1].date)} | ${h.person(branch[1].author)} | +${branch[1].revision} |