Made button "delete grant" visible
This commit is contained in:
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…
Reference in New Issue
Block a user