Index: trunk/extensions/CodeReview/ui/CodeRepoStatsView.php |
— | — | @@ -18,7 +18,9 @@ |
19 | 19 | $wgLang->timeanddate( $stats->time, true ), |
20 | 20 | $wgLang->formatNum( $stats->revisions ), |
21 | 21 | $repoName, |
22 | | - $wgLang->formatNum( $stats->authors ) |
| 22 | + $wgLang->formatNum( $stats->authors ), |
| 23 | + $wgLang->time( $stats->time, true ), |
| 24 | + $wgLang->date( $stats->time, true ) |
23 | 25 | ); |
24 | 26 | |
25 | 27 | if ( !empty( $stats->states ) ) { |