Explorar o código

Correct manage link on stats page (#4768)

Wasn't working before
Alwaysin %!s(int64=3) %!d(string=hai) anos
pai
achega
cb1c2da8e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/views/stats/repartition.phtml

+ 1 - 1
app/views/stats/repartition.phtml

@@ -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 }?>