diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-05-25 16:34:23 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-05-25 16:34:23 +0000 |
commit | 41c7eec878dea6c4bcbc3b05da725928b2d84c42 (patch) | |
tree | e3f21e2c546efaecaad6bf2692afc90cc60a0b3e | |
parent | b79461f88ffdc54b220181685d4c4a0d2fec245e (diff) | |
download | dashboard-41c7eec878dea6c4bcbc3b05da725928b2d84c42.tar dashboard-41c7eec878dea6c4bcbc3b05da725928b2d84c42.tar.gz dashboard-41c7eec878dea6c4bcbc3b05da725928b2d84c42.tar.bz2 dashboard-41c7eec878dea6c4bcbc3b05da725928b2d84c42.tar.xz dashboard-41c7eec878dea6c4bcbc3b05da725928b2d84c42.zip |
count people - placeholder
-rw-r--r-- | Report/Box/00_Project.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Report/Box/00_Project.php b/Report/Box/00_Project.php index 7e310c2..78d3cd6 100644 --- a/Report/Box/00_Project.php +++ b/Report/Box/00_Project.php @@ -24,8 +24,8 @@ class Report_Box_Project extends Report_Box function _get_var_definitions() { return array( 'age' => ':render', - 'next' => ':render' -// 'contribs' => '%d registered contributors', + 'next' => ':render', + 'contribs' => '%d registered contributors', // 'packagers' => '%d packagers', ); } @@ -50,7 +50,11 @@ class Report_Box_Project extends Report_Box 'c' => 'ok', 's' => 0 ); - + } + + function _get_links() + { + return 'View people stats, ...'; } } |