diff options
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> |
