comparison rhodecode/model/db.py @ 3599:8087731920d8 beta

breadcrumbs: make repo names link to summary pages
author Mads Kiilerich <madski@unity3d.com>
date Tue, 26 Mar 2013 15:53:11 +0100
parents 238486bb71ab
children c8ecfe42b285
comparison
equal deleted inserted replaced
3598:7d774f09dba5 3599:8087731920d8
885 885
886 return groups 886 return groups
887 887
888 @property 888 @property
889 def groups_and_repo(self): 889 def groups_and_repo(self):
890 return self.groups_with_parents, self.just_name 890 return self.groups_with_parents, self.just_name, self.repo_name
891 891
892 @LazyProperty 892 @LazyProperty
893 def repo_path(self): 893 def repo_path(self):
894 """ 894 """
895 Returns base full path for that repository means where it actually 895 Returns base full path for that repository means where it actually