Skip to content

Commit

Permalink
fix browse page contact titleizing
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 25, 2024
1 parent b3e4954 commit e6403ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- if ontology[:contact]
%span.mx-1= t('components.by')
%span.browse-uploaded-date.text-truncate
= ontology[:contact].humanize
= ontology[:contact].titleize

- if ontology[:released]
- date = render DateTimeFieldComponent.new(value: ontology[:released])
Expand Down

0 comments on commit e6403ed

Please sign in to comment.