Fixed warning deletion.
This commit is contained in:
parent
351043e283
commit
a30df1b17c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="manage__warnings__item__actions">
|
<div class="manage__warnings__item__actions">
|
||||||
<a href="{{ url('manage-users-warning-delete', {'warn': warn.info.id}) }}" title="Remove" class="input__button input__button--autosize input__button--destroy manage__warnings__item__action" onclick="return confirm('Are you sure?');"><i class="fas fa-times fa-fw"></i></a>
|
<a href="{{ url('manage-users-warning-delete', {'warning': warn.info.id}) }}" title="Remove" class="input__button input__button--autosize input__button--destroy manage__warnings__item__action" onclick="return confirm('Are you sure?');"><i class="fas fa-times fa-fw"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="manage__warnings__item__reason">
|
<div class="manage__warnings__item__reason">
|
||||||
|
|
Loading…
Reference in a new issue