# HG changeset patch # User Marcin Kuzminski # Date 2012-05-07 22:51:26 # Node ID f6cdfc730831c42b37f84bf8e4b48d8e55771450 # Parent 87e9718ab4a24bc959db8c54aa424284d7e3ea76 Added compare buttons into branch views 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,24 @@ ${self.breadcrumbs()} +
${_('Compare branches')}
<%include file='branches_data.html'/>