comparison rhodecode/templates/base/base.html @ 3216:81bbb8086f03 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 24 Jan 2013 00:46:40 +0100
parents c77a846a24d5
children 7b74079beec9
comparison
equal deleted inserted replaced
3215:cbc63abe7d59 3216:81bbb8086f03
157 <li> 157 <li>
158 <a href="#">${_('loading...')}</a> 158 <a href="#">${_('loading...')}</a>
159 </li> 159 </li>
160 </ul> 160 </ul>
161 </li> 161 </li>
162 ## we render this menu only not for those pages 162 ## we render this menu only not for those pages
163 %if current not in ['home','admin', 'search', 'journal']: 163 %if current not in ['home','admin', 'search', 'journal']:
164 ##REGULAR MENU 164 ##REGULAR MENU
165 <li ${is_current('summary')}> 165 <li ${is_current('summary')}>
166 <a class="menu_link" title="${_('Summary')}" href="${h.url('summary_home',repo_name=c.repo_name)}"> 166 <a class="menu_link" title="${_('Summary')}" href="${h.url('summary_home',repo_name=c.repo_name)}">
167 <span class="icon"> 167 <span class="icon">
340 var func = function(node){ 340 var func = function(node){
341 return node.parentNode; 341 return node.parentNode;
342 } 342 }
343 q_filter(target,nodes,func); 343 q_filter(target,nodes,func);
344 } 344 }
345 345
346 var loaded = YUD.hasClass('repo_switcher','loaded'); 346 var loaded = YUD.hasClass('repo_switcher','loaded');
347 if(!loaded){ 347 if(!loaded){
348 YUD.addClass('repo_switcher','loaded'); 348 YUD.addClass('repo_switcher','loaded');
349 ypjax("${h.url('repo_switcher')}",'repo_switcher_list', 349 ypjax("${h.url('repo_switcher')}",'repo_switcher_list',
350 function(o){qfilter_activate();YUD.get(target).focus()}, 350 function(o){qfilter_activate();YUD.get(target).focus()},