]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/show.blade.php
Updated Spanish translation
[bookstack] / resources / views / pages / show.blade.php
index a6c4f329daf506608801a1ec02a5510b0052f1f8..dabc7b965ed9cfe1ecba66490069e68a711b8b5d 100644 (file)
 @stop
 
 @section('body')
-    <div class="page-content" ng-non-bindable>
+    <div class="page-content" page-display="{{ $page->id }}" ng-non-bindable>
 
         <div class="pointer-container" id="pointer">
             <div class="pointer anim" >
       </div>
     @endif
 @stop
-
-@section('scripts')
-    <script>
-        setupPageShow({{$page->id}});
-    </script>
-@stop