We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 662976c + 9ad93d4 commit 423bb1fCopy full SHA for 423bb1f
grails-app/views/email/biocache.gsp
@@ -53,7 +53,12 @@
53
</g:else>
54
</td>
55
<td class="linkCell" nowrap="nowrap">
56
+ <g:if test="${oc.scientificName != null}">
57
<a href="${query.baseUrlForUI}/occurrences/${oc.uuid}"><g:message code="biocache.view.this.record" args="[oc.scientificName]" /></a>
58
+ </g:if>
59
+ <g:else>
60
+ <a href="${query.baseUrlForUI}/occurrences/${oc.uuid}"><g:message code="biocache.record.details" /></a>
61
+ </g:else>
62
63
</tr>
64
</tbody>
0 commit comments