diff options
| author | 2012-10-25 15:52:54 +0200 | |
|---|---|---|
| committer | 2012-10-25 15:52:54 +0200 | |
| commit | 32ee8feccfb28aa3141469581cd04d4813fd6835 (patch) | |
| tree | 1c352659b803d1201ae0403583fe58abb44c8090 /app/views | |
| parent | d21c1bb13875189ab25f7bce4f05cc3fedaa4904 (diff) | |
affichage du nombre d'articles pour un flux donné
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/flux.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/flux.phtml b/app/views/configure/flux.phtml index d21230895..fe1ddc644 100644 --- a/app/views/configure/flux.phtml +++ b/app/views/configure/flux.phtml @@ -23,7 +23,7 @@ <span><a target="_blank" href="<?php echo $this->flux->website (); ?>"><?php echo $this->flux->website (); ?></a></span> <label>Nombre d'articles</label> - <span>Coming soon</span> + <span><?php echo $this->flux->nbEntries (); ?></span> <?php if (!empty ($this->categories)) { ?> <label>Ranger dans une catégorie</label> |
