We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca436b8 commit 5c7a9c2Copy full SHA for 5c7a9c2
src/main/resources/templates/userView.html
@@ -244,7 +244,8 @@ <h3 class="mb-0">Publications</h3>
244
245
<th:block th:each="taxon : ${viewUser.taxons}">
246
247
- <div class="row mb-3">
+ <div class="row mb-3"
248
+ th:unless="${#strings.isEmpty(viewUser.taxonDescriptions.get(taxon))}">
249
<div class="col">
250
<div class="card research-info edit-container">
251
<div class="card-header d-flex align-items-center">
0 commit comments