• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • views
  • books
  • restrictions.blade.php
  • Dan Brown's avatar
    Implemented database structure and inital interfaces for entity restrictions · 201f7888
    201f7888
    Dan Brown authored 2016-02-28 10:49:41 +0000
restrictions.blade.php 198 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
@extends('base')

@section('content')

    <div class="container" ng-non-bindable>
        <h1>Book Restrictions</h1>
        @include('form/restriction-form', ['model' => $book])
    </div>

@stop