Skip to content

Commit

Permalink
Merge pull request #249 from ontoportal-lirmm/feature/update-account-…
Browse files Browse the repository at this point in the history
…page-submited-onto

Feature: Update account page submitted ontologies
  • Loading branch information
syphax-bouazzouni committed Sep 5, 2023
1 parent e3846a7 commit 95535c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/users/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
%h4.account-page-card-title Submitted ontologies
.account-page-small-cards-container
- @admin_ontologies.each do |ont|
.account-page-submitted-ontology
%a{href: "/ontologies/#{ont.acronym}"}= ont.name
.account-page-submitted-ontology{data: {controller: 'tooltip'}, title: ont.name}
%a{href: "/ontologies/#{ont.acronym}"}= ont.acronym
- unless @user_projects.nil? || @user_projects.empty?
- no_ontologies = false
.account-page-card
Expand Down

0 comments on commit 95535c4

Please sign in to comment.