diff options
| author | 2014-09-19 15:52:11 +0200 | |
|---|---|---|
| committer | 2014-09-19 15:52:11 +0200 | |
| commit | 718a4cdb108126421e927f440077ee46308a8184 (patch) | |
| tree | c02b9dfad15677fc95711870c8fbbd8425f85f12 /app | |
| parent | ae4ecd8e099b23d38e761dec6de68da801816734 (diff) | |
Add a link on top feeds to their respective stats
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/stats/index.phtml | 2 |
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> |
