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: - +
+
+ + %for cnt,branch in enumerate(c.repo_branches.items()):
${_('name')} ${_('date')} ${_('author')} ${_('revision')}
@@ -43,6 +46,7 @@ %endfor %endif
+ %else: ${_('There are no branches yet')} %endif \ No newline at end of file