changeset 5286:bd2ca76af903

repogroups: when editing, make group name in header link to the group
author Mads Kiilerich <madski@unity3d.com>
date Thu, 23 Jul 2015 00:52:29 +0200
parents fdf6df128d89
children 2f794e9061f5
files kallithea/templates/admin/repo_groups/repo_group_edit.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/repo_groups/repo_group_edit.html	Thu Jul 23 00:52:29 2015 +0200
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit.html	Thu Jul 23 00:52:29 2015 +0200
@@ -12,7 +12,7 @@
     %if c.repo_group.parent_group:
         &raquo; ${h.link_to(c.repo_group.parent_group.name,h.url('repos_group_home',group_name=c.repo_group.parent_group.group_name))}
     %endif
-    &raquo; ${c.repo_group.name}
+    &raquo; ${h.link_to(c.repo_group.name,h.url('repos_group_home',group_name=c.repo_group.group_name))}
 </%def>
 
 <%def name="breadcrumbs_side_links()">