summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-19 15:52:11 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-19 15:52:11 +0200
commit718a4cdb108126421e927f440077ee46308a8184 (patch)
treec02b9dfad15677fc95711870c8fbbd8425f85f12 /app
parentae4ecd8e099b23d38e761dec6de68da801816734 (diff)
Add a link on top feeds to their respective stats
Diffstat (limited to 'app')
-rw-r--r--app/views/stats/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml
index 46cdc2a8b..412e77e16 100644
--- a/app/views/stats/index.phtml
+++ b/app/views/stats/index.phtml
@@ -53,7 +53,7 @@
<tbody>
<?php foreach ($this->topFeed as $feed): ?>
<tr>
- <td><?php echo $feed['name']; ?></td>
+ <td><a href="<?php echo _url('stats', 'repartition', 'id', $feed['id']); ?>"><?php echo $feed['name']; ?></a></td>
<td><?php echo $feed['category']; ?></td>
<td class="numeric"><?php echo formatNumber($feed['count']); ?></td>
</tr>