5 <div class="faded-small toolbar">
6 <div class="container">
8 <div class="col-sm-12 faded">
9 <div class="breadcrumbs">
10 <a href="{{ $book->getUrl() }}" class="text-book text-button"><i class="zmdi zmdi-book"></i>{{ $book->getShortName() }}</a>
11 <span class="sep">»</span>
12 <a href="{{ $chapter->getUrl() }}" class="text-chapter text-button"><i class="zmdi zmdi-collection-bookmark"></i>{{ $chapter->getShortName() }}</a>
19 <div class="container">
20 <h1>Move Chapter <small class="subheader">{{$chapter->name}}</small></h1>
22 <form action="{{ $chapter->getUrl('/move') }}" method="POST">
24 <input type="hidden" name="_method" value="PUT">
26 @include('partials/entity-selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book'])
28 <a href="{{ $chapter->getUrl() }}" class="button muted">Cancel</a>
29 <button type="submit" class="button pos">Move Chapter</button>