Removing vitro:citation from back end editing and front end display. NIHVIVO-503
This commit is contained in:
parent
26053fa33e
commit
9e9876cd43
17 changed files with 22 additions and 70 deletions
|
@ -25,8 +25,7 @@
|
|||
<a class="image" href="<c:url value='${entity.imageUrl}'/>">
|
||||
</c:if>
|
||||
<img class="headshot" src="<c:url value='${entity.thumbUrl}'/>" title="click to view larger image in new window" alt="" width="150"/>
|
||||
<c:if test="${!empty entity.imageUrl}"></a></c:if>
|
||||
<c:if test="${!empty entity.citation}"><div class="citation">${entity.citation}</div></c:if>
|
||||
<c:if test="${!empty entity.imageUrl}"></a></c:if>
|
||||
</c:if>
|
||||
|
||||
<ul class="profileLinks">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue