Skip to content

Commit

Permalink
hide biomixer tab from the concept tab show
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jul 19, 2024
1 parent 6b0a9a2 commit de89e75
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/views/concepts/_show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit de89e75

Please sign in to comment.