diff options
| author | 2014-10-01 12:18:32 +0200 | |
|---|---|---|
| committer | 2014-10-01 12:18:32 +0200 | |
| commit | a7bf7ced369a046b487ab1cd8b3819acc5ebdafe (patch) | |
| tree | c0f2244637516153772dffeb148e3a9d3ad34390 /app/views/stats/idle.phtml | |
| parent | 89c407d7d7f739e42d9e72e40304bbbef00c9b10 (diff) | |
Fix links for feed management
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'app/views/stats/idle.phtml')
| -rw-r--r-- | app/views/stats/idle.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 6f3d4a117..75cba1081 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -25,7 +25,7 @@ <li class="item"> <div class="stick"> <a class="btn" href="<?php echo _url('index', 'index', 'get', 'f_' . $feed['id']); ?>"><?php echo _i('link'); ?> <?php echo _t('filter'); ?></a> - <a class="btn" href="<?php echo _url('configure', 'feed', 'id', $feed['id']); ?>"><?php echo _i('configure'); ?> <?php echo _t('administration'); ?></a> + <a class="btn" href="<?php echo _url('subscription', 'index', 'id', $feed['id']); ?>"><?php echo _i('configure'); ?> <?php echo _t('administration'); ?></a> <button class="btn btn-attention confirm" form="form-delete" formaction="<?php echo _url('feed', 'delete', 'id', $feed['id'], 'r', $current_url); ?>"><?php echo _t('delete'); ?></button> </div> </li> |
