chg: [galaxy:view] Commented `altered galaxy` for now

pull/5699/head
mokaddem 2020-03-24 14:29:18 +01:00
parent b340893593
commit 9e8b52e597
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 10 additions and 10 deletions

View File

@ -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(

View File

@ -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(