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}"/>
</a>
<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="Удалить грант?">
<i class="fa fa-trash" aria-hidden="true"></i>
</a>

Loading…
Cancel
Save