comparison rhodecode/templates/search/search.html @ 3532:9e677f6d34cb beta

Fixing missing icons. Removing the breadcrumb from the box header, so it will only be on the context bar.
author Leonardo <leo@unity3d.com>
date Tue, 05 Mar 2013 10:39:37 +0100
parents 87c97fcea029
children 7967d00e4692
comparison
equal deleted inserted replaced
3531:1c2371dc86bd 3532:9e677f6d34cb
9 %endif 9 %endif
10 </%def> 10 </%def>
11 11
12 <%def name="breadcrumbs_links()"> 12 <%def name="breadcrumbs_links()">
13 %if c.repo_name: 13 %if c.repo_name:
14 ${h.link_to(_(u'Home'),h.url('/'))} 14 ${_('Search')}
15 &raquo;
16 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
17 &raquo;
18 ${_('search')}
19 %else: 15 %else:
20 ${_('search in all repositories')} 16 ${_('Search in all repositories')}
21 %endif 17 %endif
22 %if c.cur_query: 18 %if c.cur_query:
23 &raquo; 19 &raquo;
24 ${c.cur_query} 20 ${c.cur_query}
25 %endif 21 %endif