Skip to content

Commit 6b41796

Browse files
committed
Fixed restore button on asset view page
1 parent 6efe8eb commit 6b41796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/hardware/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class="form-inline"
322322
@else
323323
<form method="POST" action="{{ route('restore/hardware', [$asset]) }}">
324324
@csrf
325-
<button class="btn btn-sm btn-block btn-warning btn-social delete-asset">
325+
<button class="btn btn-sm btn-block btn-warning btn-social">
326326
<x-icon type="restore" />
327327
{{ trans('general.restore') }}
328328
</button>

0 commit comments

Comments
 (0)