Skip to content

Commit

Permalink
add space to instance details title before the two points
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Nov 7, 2023
1 parent aff5135 commit e85cdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/instances/_instance_details.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- ontology_acronym = params[:ontology_id]
- filter_properties = ["http://www.w3.org/1999/02/22-rdf-syntax-ns#type"]
%h4
Details of #{link_to_instance(@instance,ontology_acronym)} of type : #{@instance.types.map {|cls| link_to_class(ontology_acronym,cls)}.join(', ').html_safe}
Details of #{link_to_instance(@instance,ontology_acronym)} of type: #{@instance.types.map {|cls| link_to_class(ontology_acronym,cls)}.join(', ').html_safe}
%table.zebra{style:'width: 80vw'}
%thead
%tr
Expand Down

0 comments on commit e85cdfc

Please sign in to comment.