#41 add link to the grant page

merge-requests/63/head
T-Midnight 5 years ago
parent 5a55e3cfc8
commit f387b4eb52

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

Loading…
Cancel
Save