1. Made changes so that for people who have 0 known publications sparkline vis is not generated at all for their profile page.
This commit is contained in:
parent
68533c7bd3
commit
6a5194d677
2 changed files with 343 additions and 337 deletions
|
@ -4,6 +4,9 @@
|
|||
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
|
||||
|
||||
<c:set var='sparkline' value='${requestScope.sparklineVO}'/>
|
||||
<c:set var='shouldVIVOrenderVis' value='${requestScope.shouldVIVOrenderVis}'/>
|
||||
|
||||
${sparkline.sparklineContent}
|
||||
${sparkline.sparklineContext}
|
||||
<c:if test="${shouldVIVOrenderVis}">
|
||||
${sparkline.sparklineContent}
|
||||
${sparkline.sparklineContext}
|
||||
</c:if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue