# HG changeset patch # User Marcin Kuzminski # Date 2012-10-17 21:12:49 # Node ID 7d86b61b152a4a46bbf3c6537fb6f69de471df72 # Parent 07d620f6db2e05d3e3a9fa841d48135faa850354 compare button in changelog uses the choosen branch from the dropdown diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -37,7 +37,7 @@ %if c.rhodecode_db_repo.fork: - ${_('Compare fork')} + ${_('Compare fork')} %endif %if h.is_hg(c.rhodecode_repo): ${_('Open new pull request')}