@@ -20,6 +20,7 @@ news
later for light version of main page ref #500
- pull request notifications send much nicer emails with details about pull
request
- #551 show breadcrumbs in summary view for repositories inside a group
fixes
+++++
@@ -5,7 +5,8 @@
</%def>
<%def name="breadcrumbs()">
<span class="groups_breadcrumbs"> ${_('Groups')}
<span class="groups_breadcrumbs">
${h.link_to(_(u'Home'),h.url('/'))}
%if c.group.parent_group:
» ${h.link_to(c.group.parent_group.name,h.url('repos_group_home',group_name=c.group.parent_group.group_name))}
%endif
@@ -7,7 +7,7 @@
<%def name="breadcrumbs_links()">
»
${h.link_to(c.dbrepo.just_name,h.url('summary_home',repo_name=c.repo_name))}
${h.repo_link(c.dbrepo.groups_and_repo)}
${_('summary')}
Status change: