fix grant dashboard indicators

This commit is contained in:
Anton Romanov 2019-06-13 14:50:21 +04:00
parent db97892af2
commit 529db0442c

View File

@ -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>