# HG changeset patch # User Mads Kiilerich # Date 2017-09-14 02:08:06 # Node ID 06ef965e4b62bf8eb84072e2960c06ed939d562c # Parent fc44c3f7db5438276eee88ad0631f908fa9b4b1c repogroup: fix display of breadcrumb for nested repo groups A path to a repo group like foo/bar was shown as foo >> foo/bar diff --git a/kallithea/templates/index_base.html b/kallithea/templates/index_base.html --- a/kallithea/templates/index_base.html +++ b/kallithea/templates/index_base.html @@ -7,7 +7,7 @@ ${h.link_to(group.name, url('repos_group_home', group_name=group.group_name))} » %endfor - ${c.group.group_name} + ${c.group.name} %endif