|
@@ -31,7 +31,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<?php if ($this->feed) {?>
|
|
<?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') ?>
|
|
<?= _i('configure') ?> <?= _t('gen.action.manage') ?>
|
|
|
</a>
|
|
</a>
|
|
|
<?php }?>
|
|
<?php }?>
|