summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-25 15:52:54 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-25 15:52:54 +0200
commit32ee8feccfb28aa3141469581cd04d4813fd6835 (patch)
tree1c352659b803d1201ae0403583fe58abb44c8090 /app/views
parentd21c1bb13875189ab25f7bce4f05cc3fedaa4904 (diff)
affichage du nombre d'articles pour un flux donné
Diffstat (limited to 'app/views')
-rw-r--r--app/views/configure/flux.phtml2
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>