Skip to content

Commit

Permalink
enabled hiding original ontology info panel when no annotations exist…
Browse files Browse the repository at this point in the history
… for EBISPOT#474
  • Loading branch information
Erhun Giray Tuncay committed Jan 7, 2022
1 parent 0e7f2a8 commit 09a0aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ols-web/src/main/resources/templates/ontology.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ <h4 th:inline="text">[[${shortTitle}]] [[${ontologyAlias}]] information</h4>
</div>
</div>

<div id="ontology_info_box2" class="panel">
<div th:unless="${ontologyDocument.getConfig().getAnnotations().isEmpty()}" id="ontology_info_box2" class="panel">
<div class="panel-heading">
<h4 th:inline="text">Original [[${ontologyAlias}]] information</h4>
</div>
Expand Down

0 comments on commit 09a0aeb

Please sign in to comment.