aboutsummaryrefslogtreecommitdiff
path: root/app/views/stats
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-20 14:07:14 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-20 14:07:14 +0200
commitf1e15cdd82e99342a58250f62535f4e2e05ba94a (patch)
treed3cd74e0f6022e77e880b380e9ad06884cfce844 /app/views/stats
parent051cf5be10b7f28576f8a6b6af4921ded75c61b1 (diff)
Improve the link "back to RSS feeds": set a CSS class (#3761)
* templates * improved CSS class names
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, 9 insertions, 3 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index 7834d23c7..8b5317c2b 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -1,7 +1,9 @@
<?php $this->partial('aside_stats'); ?>
<div class="post">
- <a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
+ <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>
diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml
index 661485f75..dd7faa72c 100644
--- a/app/views/stats/index.phtml
+++ b/app/views/stats/index.phtml
@@ -1,7 +1,9 @@
<?php $this->partial('aside_stats'); ?>
<div class="post">
- <a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
+ <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>
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml
index 4ec843a10..e04418614 100644
--- a/app/views/stats/repartition.phtml
+++ b/app/views/stats/repartition.phtml
@@ -1,7 +1,9 @@
<?php $this->partial('aside_stats'); ?>
<div class="post ">
- <a href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a>
+ <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>