changeset 6874:06ef965e4b62

repogroup: fix display of breadcrumb for nested repo groups A path to a repo group like foo/bar was shown as foo >> foo/bar
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 14 Sep 2017 02:08:06 +0200
parents fc44c3f7db54
children e81332582fc9
files kallithea/templates/index_base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/index_base.html	Thu Sep 14 02:08:06 2017 +0200
+++ b/kallithea/templates/index_base.html	Thu Sep 14 02:08:06 2017 +0200
@@ -7,7 +7,7 @@
                         ${h.link_to(group.name, url('repos_group_home', group_name=group.group_name))}
                         &raquo;
                     %endfor
-                    ${c.group.group_name}
+                    ${c.group.name}
                 %endif
             </div>