diff options
| author | 2021-09-12 11:50:00 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:50:00 +0200 | |
| commit | e5e9a417daa3d2c21f67b5e9f857299a34f112ad (patch) | |
| tree | b107c2ed19ae273066103e9698898fa1f599139a /app/views/stats | |
| parent | fe295f50d031ca6475e21a0ae317cf1c71a68347 (diff) | |
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
Diffstat (limited to 'app/views/stats')
| -rw-r--r-- | app/views/stats/idle.phtml | 2 | ||||
| -rw-r--r-- | app/views/stats/index.phtml | 2 | ||||
| -rw-r--r-- | app/views/stats/repartition.phtml | 2 |
3 files changed, 3 insertions, 3 deletions
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 @@ -<?php $this->partial('aside_stats'); ?> +<?php $this->partial('aside_subscription'); ?> <div class="post"> <div class="link-back-wrapper"> diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml index ced0544c7..db1ccd601 100644 --- a/app/views/stats/index.phtml +++ b/app/views/stats/index.phtml @@ -1,4 +1,4 @@ -<?php $this->partial('aside_stats'); ?> +<?php $this->partial('aside_subscription'); ?> <div class="post"> <div class="link-back-wrapper"> diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index e30a02edc..88086213e 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -1,4 +1,4 @@ -<?php $this->partial('aside_stats'); ?> +<?php $this->partial('aside_subscription'); ?> <div class="post "> <div class="link-back-wrapper"> |
