Delete Chapter
-This will delete the chapter with the name '{{$chapter->name}}', All pages will be removed - and added directly to the book.
-Are you sure you want to delete this chapter?
+@section('body') - -X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a4f21e9482c682936b840faf19f0fcb9dfa6dace..refs/pull/806/head:/resources/views/chapters/delete.blade.php diff --git a/resources/views/chapters/delete.blade.php b/resources/views/chapters/delete.blade.php index 1607e7b6a..062849d29 100644 --- a/resources/views/chapters/delete.blade.php +++ b/resources/views/chapters/delete.blade.php @@ -1,23 +1,30 @@ -@extends('base') +@extends('simple-layout') -@section('content') +@section('toolbar') +
This will delete the chapter with the name '{{$chapter->name}}', All pages will be removed - and added directly to the book.
-Are you sure you want to delete this chapter?
+@section('body') - -+
{{ trans('entities.chapters_delete_explain', ['chapterName' => $chapter->name]) }}
+{{ trans('entities.chapters_delete_confirm') }}
+ + +