Added the display of the repository size in the source subtab of a project.

This commit is contained in:
Loic d'Anterroches
2009-06-19 17:31:45 +02:00
parent e235242ea6
commit 25e296fbb6
7 changed files with 62 additions and 1 deletions

View File

@@ -510,6 +510,7 @@ class IDF_Views_Project
'remote_svn' => $remote_svn,
'repository_access' => $prj->getRemoteAccessUrl(),
'repository_type' => $repository_type,
'repository_size' => $prj->getRepositorySize(),
'page_title' => $title,
'form' => $form,
),