diff options
| author | 2014-09-19 16:45:16 +0200 | |
|---|---|---|
| committer | 2014-09-19 16:45:16 +0200 | |
| commit | 55843ff7a59f058e54046a3c2f85e2b476522c9d (patch) | |
| tree | 896743d86f92394ba5e43d6e011fab24675a12e0 /app/views/stats/idle.phtml | |
| parent | 718a4cdb108126421e927f440077ee46308a8184 (diff) | |
Few fixes about statistics
Diffstat (limited to 'app/views/stats/idle.phtml')
| -rw-r--r-- | app/views/stats/idle.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 608e2d33c..14b83ae95 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -23,7 +23,9 @@ <button class="btn btn-attention confirm" form="form-delete" formaction="<?php echo _url('feed', 'delete', 'id', $feed['id']); ?>"><?php echo _t('delete'); ?></button> </div> </li> - <li class="item"><span title="<?php echo timestamptodate($feed['last_date'], false); ?>"><?php echo $feed['name']; ?></span></li> + <li class="item"> + <span title="<?php echo timestamptodate($feed['last_date'], false); ?>"><?php echo $feed['name']; ?> (<?php echo _t('number_articles', $feed['nb_articles']); ?>)</span> + </li> </ul> <?php } ?> </div> |
