Made button "delete grant" visible

This commit is contained in:
T-Midnight 2018-12-25 00:14:38 +04:00
parent fcbd91760d
commit 18ad291e82

View File

@ -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>