From 9e8b52e597b70ab2b3eb1b754187a8785216118c Mon Sep 17 00:00:00 2001 From: mokaddem Date: Tue, 24 Mar 2020 14:29:18 +0100 Subject: [PATCH] chg: [galaxy:view] Commented `altered galaxy` for now --- app/View/Galaxies/index.ctp | 10 +++++----- app/View/GalaxyClusters/ajax/index.ctp | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/View/Galaxies/index.ctp b/app/View/Galaxies/index.ctp index 2e622acb0..9aa7618c6 100644 --- a/app/View/Galaxies/index.ctp +++ b/app/View/Galaxies/index.ctp @@ -13,11 +13,11 @@ 'url' => $baseurl . '/galaxies/index/context:all', 'text' => __('All'), ), - array( - 'active' => $context === 'altered', - 'url' => $baseurl . '/galaxies/index/context:altered', - 'text' => __('Altered Galaxies'), - ) + // array( + // 'active' => $context === 'altered', + // 'url' => $baseurl . '/galaxies/index/context:altered', + // 'text' => __('Altered Galaxies'), + // ) ) ), array( diff --git a/app/View/GalaxyClusters/ajax/index.ctp b/app/View/GalaxyClusters/ajax/index.ctp index 51fbf582d..dab93b95c 100644 --- a/app/View/GalaxyClusters/ajax/index.ctp +++ b/app/View/GalaxyClusters/ajax/index.ctp @@ -12,11 +12,11 @@ 'url' => sprintf('%s/galaxies/view/%s/context:all', $baseurl, $galaxy_id), 'text' => __('All'), ), - array( - 'active' => $context === 'altered', - 'url' => sprintf('%s/galaxies/view/%s/context:altered', $baseurl, $galaxy_id), - 'text' => __('Altered Galaxy Clusters'), - ) + // array( + // 'active' => $context === 'altered', + // 'url' => sprintf('%s/galaxies/view/%s/context:altered', $baseurl, $galaxy_id), + // 'text' => __('Altered Galaxy Clusters'), + // ) ) ), array(