mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-26 22:27:58 -05:00
@@ -31,7 +31,7 @@
|
||||
</select>
|
||||
|
||||
<?php if ($this->feed) {?>
|
||||
<a class="btn" href="<?= _url('subscription', 'index', 'id', $this->feed->id()) ?>">
|
||||
<a class="btn" href="<?= _url('subscription', 'feed', 'id', $this->feed->id()) ?>">
|
||||
<?= _i('configure') ?> <?= _t('gen.action.manage') ?>
|
||||
</a>
|
||||
<?php }?>
|
||||
|
||||
Reference in New Issue
Block a user