comparison rhodecode/templates/base/root.html @ 2188:56e96d4e9f6e beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Apr 2012 22:15:45 +0200
parents b61e540122f2
children c2f131502037
comparison
equal deleted inserted replaced
2187:b61e540122f2 2188:56e96d4e9f6e
45 ## EXTRA FOR JS 45 ## EXTRA FOR JS
46 ${self.js_extra()} 46 ${self.js_extra()}
47 47
48 <script type="text/javascript"> 48 <script type="text/javascript">
49 var follow_base_url = "${h.url('toggle_following')}"; 49 var follow_base_url = "${h.url('toggle_following')}";
50 50
51 //JS translations map 51 //JS translations map
52 var TRANSLATION_MAP = { 52 var TRANSLATION_MAP = {
53 'add another comment':'${_("add another comment")}', 53 'add another comment':'${_("add another comment")}',
54 'Stop following this repository':"${_('Stop following this repository')}", 54 'Stop following this repository':"${_('Stop following this repository')}",
55 'Start following this repository':"${_('Start following this repository')}", 55 'Start following this repository':"${_('Start following this repository')}",