diff rhodecode/templates/base/root.html @ 3001:37c7abd34d44 beta

implements #636, lazy loading of history and authors to speed up page responsiveness. - loading full history is not always needed, and it's very heavy operation. Now this is lazy loaded when clicking on button
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 13 Nov 2012 22:26:06 +0100
parents 95f03f8f5f9a
children 5d580e9bc730
line wrap: on
line diff
--- a/rhodecode/templates/base/root.html	Sat Nov 10 19:04:23 2012 +0100
+++ b/rhodecode/templates/base/root.html	Tue Nov 13 22:26:06 2012 +0100
@@ -50,6 +50,7 @@
                 'Open new pull request': "${_('Open new pull request')}",
                 'Open new pull request for selected changesets':  "${_('Open new pull request for selected changesets')}",
                 'Show selected changes __S -> __E': "${_('Show selected changes __S -> __E')}",
+                'Selection link': "${_('Selection link')}",
             };
             var _TM = TRANSLATION_MAP;
             </script>