Skip to content

Commit

Permalink
Merge branch 'fix/remove-tesportal-ci' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
imadbourouche committed Jan 15, 2025
2 parents 5f2d7cc + 4bf845a commit 39208bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/tests-real-data-testportal.yml

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/visits/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%tbody
- count = 0
- @analytics.onts.each do |visits|
- ont = @ontologies_hash[visits[:ont].to_s]
- ont = @ontologies_hash[visits[:ont].to_s.split('/').last]
- next if ont.nil?
- count += 1
%tr
Expand Down

0 comments on commit 39208bd

Please sign in to comment.