aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_subscription.phtml
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2025-01-21 23:45:22 +0100
committerGravatar GitHub <noreply@github.com> 2025-01-21 23:45:22 +0100
commitafb6f788fa9c90817c9bd21e91993f4ddb462621 (patch)
tree0408f1f354c15aa13e09b94c2f924c43c3afbfc8 /app/layout/aside_subscription.phtml
parentf2c820dccd18eea9213a27d0401569b0f6e9a402 (diff)
Improve stats page layout (#7243)
* New stats box layout * repartition: table overview improved with links and icons * Show selected feed name in title * i18n string: overview * fix * fix * fix * delete unused stat in frss * Update app/i18n/fr/admin.php --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/layout/aside_subscription.phtml')
-rw-r--r--app/layout/aside_subscription.phtml10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/layout/aside_subscription.phtml b/app/layout/aside_subscription.phtml
index 61b0ee38e..ce17eaa26 100644
--- a/app/layout/aside_subscription.phtml
+++ b/app/layout/aside_subscription.phtml
@@ -52,7 +52,9 @@
</li>
</ul>
</nav>
-<a class="close-aside" href="#close">❌</a>
-<nav class="nav_menu nav_mobile">
- <a class="btn toggle_aside" href="#aside_feed"><?= _i('category') ?></a>
-</nav>
+<?php if (Minz_Request::actionName() != 'repartition') { ?>
+ <a class="close-aside" href="#close">❌</a>
+ <nav class="nav_menu nav_mobile">
+ <a class="btn toggle_aside" href="#aside_feed"><?= _i('category') ?></a>
+ </nav>
+<?php } ?>