From e5e9a417daa3d2c21f67b5e9f857299a34f112ad Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 12 Sep 2021 11:50:00 +0200 Subject: Menu: move stats into subscription management (#3803) * add stats menu into subscription management menu * delete stats menu entry from dropdown menu * Delete aside_stats.phtml * Update aside_subscription.phtml --- app/views/stats/idle.phtml | 2 +- app/views/stats/index.phtml | 2 +- app/views/stats/repartition.phtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views') diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 8b5317c2b..a8dea1a6f 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -1,4 +1,4 @@ -partial('aside_stats'); ?> +partial('aside_subscription'); ?>