#41 add link to the grant page

This commit is contained in:
T-Midnight 2019-04-19 11:36:27 +04:00
parent 5a55e3cfc8
commit f387b4eb52

View File

@ -10,7 +10,9 @@
<span th:replace="grants/fragments/grantStatusFragment :: grantStatus(grantStatus=${grant.status})"/>
</div>
<div class="col col-10 text-right">
<a th:href="'grant?id='+${grant.id}">
<h7 class="service-heading" th:text="${grant.title}"> title</h7>
</a>
<p class="text-muted" th:text="${grant.status.statusName}"> status</p>
</div>
</div>