Skip to content

Commit

Permalink
put temporary help message in summary page section
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Aug 28, 2023
1 parent 2c1bd9a commit 7eefcea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/ontologies/sections/_metadata.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
= render partial: 'ontologies/sections/metadata/ontology_metrics_section'
.summary-page-second-row
= ontology_depiction_card
= properties_card('Identifiers','text to describe identifiers section', @identifiers) do |values|
= properties_card('Identifiers','Help message to add', @identifiers) do |values|
= horizontal_list_container(values) do |v|
= render LinkFieldComponent.new(value: v)

Expand All @@ -21,9 +21,9 @@
= render ChipButtonComponent.new(type: "static",'data-controller':' tooltip', title: '', class: 'text-truncate', style: 'max-width: 280px; display:block; line-height: unset') do
= display_agent(v, link: false)

= properties_dropdown('link','Links','hiba', @links_properties)
= properties_dropdown('link','Links','Help message to add', @links_properties)

= properties_dropdown('projects_section','Projects and usage information','hiba', nil) do |c|
= properties_dropdown('projects_section','Projects and usage information','Help message to add', nil) do |c|
- c.row do
= render FieldContainerComponent.new do |f|
- f.label do
Expand All @@ -37,7 +37,7 @@
= render ChipButtonComponent.new(url: project_path(project.acronym), text: project.name, type: "clickable")
- properties_list_component(c, @projects_properties)

= properties_dropdown('methodology','Methodology', 'Methodology help', @methodology_properties)
= properties_dropdown('methodology','Methodology', 'Help message to add', @methodology_properties)

= render Layout::CardComponent.new do |c|
- c.header do |h|
Expand Down

0 comments on commit 7eefcea

Please sign in to comment.