mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
066adf3cea
Updated 404 page with additional links
5 lines
246 B
PHP
5 lines
246 B
PHP
<form action="{{$url}}" method="POST" class="inline">
|
|
{{ csrf_field() }}
|
|
<input type="hidden" name="_method" value="DELETE">
|
|
<button type="submit" class="button neg">{{ isset($text) ? $text : trans('common.delete') }}</button>
|
|
</form> |