aboutsummaryrefslogtreecommitdiff
path: root/app/views/stats
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-29 23:45:50 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-29 23:45:50 +0100
commit27c2e2490af9075524e663ca01061a71abf99d2f (patch)
tree6abda6b304034fedabf8a4cd317980c0838b3d71 /app/views/stats
parent05d9a5ddf8b8e4f557d812c071d1a3166ca029ea (diff)
templates and i18n: link back to rss feeds (#7162)
Diffstat (limited to 'app/views/stats')
-rw-r--r--app/views/stats/idle.phtml4
-rw-r--r--app/views/stats/index.phtml4
-rw-r--r--app/views/stats/repartition.phtml4
3 files changed, 0 insertions, 12 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index cfef022c6..b01e246fd 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('admin.stats.idle') ?></h1>
<?php
diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml
index 31e6e51f9..f3fc3e986 100644
--- a/app/views/stats/index.phtml
+++ b/app/views/stats/index.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<main class="post">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('admin.stats.main') ?></h1>
<div class="stat-grid">
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml
index c8edbf338..e212e79bf 100644
--- a/app/views/stats/repartition.phtml
+++ b/app/views/stats/repartition.phtml
@@ -4,10 +4,6 @@
$this->partial('aside_subscription');
?>
<main class="post ">
- <div class="link-back-wrapper">
- <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
- </div>
-
<h1><?= _t('admin.stats.repartition') ?></h1>
<select id="feed_select" class="select-change">