comparison rhodecode/templates/shortlog/shortlog.html @ 3392:f74be3359044 beta

unified breadcrumbs display
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 01:53:15 +0100
parents b4f401524060
children 87c97fcea029
comparison
equal deleted inserted replaced
3391:f282c81ff532 3392:f74be3359044
7 7
8 8
9 <%def name="breadcrumbs_links()"> 9 <%def name="breadcrumbs_links()">
10 ${h.link_to(_(u'Home'),h.url('/'))} 10 ${h.link_to(_(u'Home'),h.url('/'))}
11 &raquo; 11 &raquo;
12 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} 12 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
13 &raquo; 13 &raquo;
14 %if c.file_history: 14 %if c.file_history:
15 ${h.link_to(_('shortlog'),h.url('shortlog_home',repo_name=c.repo_name))} 15 ${h.link_to(_('shortlog'),h.url('shortlog_home',repo_name=c.repo_name))}
16 &raquo; 16 &raquo;
17 ${c.file_history} 17 ${c.file_history}