]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/move.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / chapters / move.blade.php
index a28d61d41d11a58fed253fa1b1da0ded95eaebbe..9e6ddb52138b1aa165ba8d231bca5b807ffebfbf 100644 (file)
@@ -19,7 +19,7 @@
             {!! csrf_field() !!}
             <input type="hidden" name="_method" value="PUT">
 
-            @include('partials/entity-selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book'])
+            @include('components.entity-selector', ['name' => 'entity_selection', 'selectorSize' => 'large', 'entityTypes' => 'book'])
 
             <a href="{{ $chapter->getUrl() }}" class="button muted">{{ trans('common.cancel') }}</a>
             <button type="submit" class="button pos">{{ trans('entities.chapters_move') }}</button>