mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-23 19:46:52 -04:00
1 parent
c11976f587
commit
cb1c2da8e6
1 file changed
+1
-1
@@ -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