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 @@ -18,7 +18,7 @@ h.url('files_home',repo_name=c.repo_name,revision=branch[1].raw_id))} - ${branch[1].date} + ${h.fmt_date(branch[1].date)} ${h.person(branch[1].author)}
@@ -40,7 +40,7 @@ h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id))} - ${branch[1].date} + ${h.fmt_date(branch[1].date)} ${h.person(branch[1].author)}