Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
6d240177
Commit
6d240177
authored
Sep 26, 2017
by
Matija Obreza
Browse files
Display acceNumb for Accession and AccessionDetails
parent
d3e36a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/tags/accession-details-link.tag
View file @
6d240177
...
...
@@ -5,5 +5,10 @@
<%@ attribute name="accession" required="true" description="Accession" rtexprvalue="true" type="java.lang.Object" %>
<c:if test="${accession ne null}">
<a href='<local:accession-details-url accession="${accession}" />'><b><c:out value="${accession.acceNumb}"/></b></a>
<a href='<local:accession-details-url accession="${accession}" />'>
<b>
<c:catch><c:out value="${accession.acceNumb}"/></c:catch>
<c:catch><c:out value="${accession.accessionName}"/></c:catch>
</b>
</a>
</c:if>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment