Made button "delete grant" visible

merge-requests/24/head
T-Midnight 6 years ago
parent fcbd91760d
commit 18ad291e82

@ -12,7 +12,7 @@
<span class="text-muted" th:text="${grant.comment}"/> <span class="text-muted" th:text="${grant.comment}"/>
</a> </a>
<input class="id-class" type="hidden" th:value="${grant.id}"/> <input class="id-class" type="hidden" th:value="${grant.id}"/>
<a class="remove-grant pull-right d-none" th:href="@{'/grants/delete/'+${grant.id}}" <a class="remove-paper pull-right d-none" th:href="@{'/grants/delete/'+${grant.id}}"
data-confirm="Удалить грант?"> data-confirm="Удалить грант?">
<i class="fa fa-trash" aria-hidden="true"></i> <i class="fa fa-trash" aria-hidden="true"></i>
</a> </a>

Loading…
Cancel
Save