fix grant dashboard indicators
This commit is contained in:
parent
db97892af2
commit
529db0442c
@ -14,6 +14,10 @@
|
|||||||
<h7 class="service-heading" th:text="${grant.title}"> title</h7>
|
<h7 class="service-heading" th:text="${grant.title}"> title</h7>
|
||||||
</a>
|
</a>
|
||||||
<p class="text-muted" th:text="${grant.status.statusName}"> status</p>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user