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: -
+
@@ -15,14 +15,14 @@ ${h.link_to(branch[0], h.url('files_home',repo_name=c.repo_name,revision=branch[1].raw_id))} - + - + %endfor @@ -33,9 +33,9 @@ ${h.link_to(branch[0]+' [closed]', h.url('changeset_home',repo_name=c.repo_name,revision=branch[1].raw_id))} - + - +
${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