mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-13 03:46:25 -04: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