apps: removed deprecated usage of c.repo_info
This commit is contained in:
parent
87a5eb4bde
commit
3821db3f37
33 changed files with 57 additions and 114 deletions
|
|
@ -43,9 +43,6 @@ class RepoSettingsView(RepoAppView):
|
|||
def load_default_context(self):
|
||||
c = self._get_local_tmpl_context()
|
||||
|
||||
# TODO(marcink): remove repo_info and use c.rhodecode_db_repo instead
|
||||
c.repo_info = self.db_repo
|
||||
|
||||
self._register_global_c(c)
|
||||
return c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue