Skip to content

Commit

Permalink
update summary page categories display to show acronym with tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jul 5, 2024
1 parent 6cc421c commit 0ea37e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- l.row do
= render FieldContainerComponent.new(label: t("ontologies.sections.metadata.categories_and_subjects")) do
= horizontal_list_container(show_ontology_domains(domains).uniq) do |v|
= render ChipButtonComponent.new(text: show_category_name(v), type: "static")
= render ChipButtonComponent.new(text: v.split('/').last.titleize, tooltip: show_category_name(v), type: "static")

- if @submission_latest&.pullLocation
- l.row do
Expand Down

0 comments on commit 0ea37e9

Please sign in to comment.