Skip to content

Commit

Permalink
move metrics section up in the summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Sep 5, 2024
1 parent 138c268 commit 5aac73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ontologies/sections/_metadata.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
.summary-page-center
.summary-page-first-row
= render partial: 'ontologies/sections/metadata/ontology_description_section'
= render partial: 'ontologies/sections/metadata/ontology_metrics_section'
= render partial: 'ontologies/sections/metadata/ontology_fairness_section'
= render partial: 'ontologies/sections/metadata/ontology_relations_network'
= render partial: 'ontologies/sections/metadata/ontology_submissions_section'
= render partial: 'ontologies/sections/metadata/ontology_metrics_section'
.summary-page-second-row
= ontology_depiction_card
= properties_card(t('ontologies.sections.identifiers'),t("ontologies.sections.identifiers"), @identifiers) do |values|
Expand Down

0 comments on commit 5aac73c

Please sign in to comment.