diff --git a/rhodecode/templates/branches/branches.html b/rhodecode/templates/branches/branches.html --- a/rhodecode/templates/branches/branches.html +++ b/rhodecode/templates/branches/branches.html @@ -25,12 +25,27 @@ ${self.breadcrumbs()} + %if c.repo_branches: +
${_('Compare branches')}
+ %endif
<%include file='branches_data.html'/>