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/helpers/view/reader_view.phtml | |
| parent | 89c407d7d7f739e42d9e72e40304bbbef00c9b10 (diff) | |
Fix links for feed management
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'app/views/helpers/view/reader_view.phtml')
| -rw-r--r-- | app/views/helpers/view/reader_view.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/view/reader_view.phtml b/app/views/helpers/view/reader_view.phtml index c80dca519..413094239 100644 --- a/app/views/helpers/view/reader_view.phtml +++ b/app/views/helpers/view/reader_view.phtml @@ -39,6 +39,6 @@ if (!empty($this->entries)) { <?php } else { ?> <div id="stream" class="prompt alert alert-warn reader"> <h2><?php echo _t('no_feed_to_display'); ?></h2> - <a href="<?php echo _url('configure', 'feed'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br /> + <a href="<?php echo _url('subscription', 'index'); ?>"><?php echo _t('think_to_add'); ?></a><br /><br /> </div> <?php } ?> |
