]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/delete.blade.php
replace GPL diff lib with MIT lib
[bookstack] / resources / views / pages / delete.blade.php
index eb93271220c61e53d185591ce9bb970491f225d1..5a9b32c06f902d9d90213e1b9f72d5a8d8c57edd 100644 (file)
@@ -2,9 +2,9 @@
 
 @section('content')
 
-    <div class="container small">
-        <h1>Delete Page</h1>
-        <p class="text-neg">Are you sure you want to delete this page?</p>
+    <div class="container small" ng-non-bindable>
+        <h1>Delete {{ $page->draft ? 'Draft' : '' }} Page</h1>
+        <p class="text-neg">Are you sure you want to delete this {{ $page->draft ? 'draft' : '' }} page?</p>
 
         <form action="{{$page->getUrl()}}" method="POST">
             {!! csrf_field() !!}