fix grant dashboard indicators

environments/staging/deployments/95 0.1.0
Anton Romanov 5 years ago
parent db97892af2
commit 529db0442c

@ -14,6 +14,10 @@
<h7 class="service-heading" th:text="${grant.title}"> title</h7>
</a>
<p class="text-muted" th:text="${grant.status.statusName}"> status</p>
<span th:each="paper, rowStat : *{grant.papers}">
<span th:replace="papers/fragments/paperStatusFragment :: paperStatus(paperStatus=${paper.status},
title=${paper.title}, small=true)"/>
</span>
</div>
</div>
</div>

Loading…
Cancel
Save