From de89e7566061a0f4df852a4a223c7e85b4ccfd0b Mon Sep 17 00:00:00 2001 From: Syphax Bouazzouni Date: Fri, 19 Jul 2024 14:04:46 +0200 Subject: [PATCH] hide biomixer tab from the concept tab show --- app/views/concepts/_show.html.haml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/views/concepts/_show.html.haml b/app/views/concepts/_show.html.haml index fecb7bea9..e2f95c923 100644 --- a/app/views/concepts/_show.html.haml +++ b/app/views/concepts/_show.html.haml @@ -21,9 +21,7 @@ ( %span#concept_instances_sorted_list_count ) - - - c.item(title: t('concepts.visualization'), path: '#visualization') - + - c.item(id: 'notes', path: '#notes') do = t('concepts.notes') %span#note_count_wrapper @@ -46,8 +44,6 @@ - unless skos? - c.item_content do = render :partial =>'instances/instances' , locals: {id: "class-instances-data-table"} - - c.item_content do - = render :partial =>'/concepts/biomixer' - c.item_content do = render :partial =>'/notes/list'