diff options
| author | 2014-08-23 19:08:06 +0200 | |
|---|---|---|
| committer | 2014-08-23 19:08:06 +0200 | |
| commit | 3f0e9f70d244da84d917b3093665730ca245e483 (patch) | |
| tree | 7bf8ecca30af363e900daaacd55c43a5b0b45730 | |
| parent | 78e99f33a593702b7b82c79c86e0ecd79323cff2 (diff) | |
| parent | 4509aac438ac8fcc83c03953cbfda338938fc9cd (diff) | |
Merge pull request #590 from aledeg/more-stats
Change empty value in drop-down
| -rw-r--r-- | app/views/stats/repartition.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 1f920a7ae..9d2eb28e4 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -6,7 +6,7 @@ <h1><?php echo _t('stats_repartition'); ?></h1> <select id="feed_select"> - <option data-url="<?php echo _url('stats', 'repartition')?>"></option> + <option data-url="<?php echo _url('stats', 'repartition')?>"><?php echo _t('all_feeds')?></option> <?php foreach ($this->categories as $category) { $feeds = $category->feeds(); if (!empty($feeds)) { |
