BookStack/resources/views/pages/restrictions.blade.php

11 lines
198 B
PHP
Raw Normal View History

@extends('base')
@section('content')
<div class="container" ng-non-bindable>
<h1>Page Restrictions</h1>
@include('form/restriction-form', ['model' => $page])
</div>
@stop