]> BookStack Code Mirror - bookstack/blob - resources/views/pages/restrictions.blade.php
Implemented database structure and inital interfaces for entity restrictions
[bookstack] / resources / views / pages / restrictions.blade.php
1 @extends('base')
2
3 @section('content')
4
5     <div class="container" ng-non-bindable>
6         <h1>Page Restrictions</h1>
7         @include('form/restriction-form', ['model' => $page])
8     </div>
9
10 @stop