mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Initial commit
This commit is contained in:
5
resources/views/form/delete-button.blade.php
Normal file
5
resources/views/form/delete-button.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<form action="{{$url}}" method="POST">
|
||||
{{ csrf_field() }}
|
||||
<input type="hidden" name="_method" value="DELETE">
|
||||
<button type="submit" class="button neg">{{ isset($text) ? $text : 'Delete' }}</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user