diff --git a/resources/assets/js/vues/entity-search.js b/resources/assets/js/vues/entity-dashboard.js similarity index 100% rename from resources/assets/js/vues/entity-search.js rename to resources/assets/js/vues/entity-dashboard.js diff --git a/resources/assets/js/vues/vues.js b/resources/assets/js/vues/vues.js index 5f6f7d7a7..a70d32009 100644 --- a/resources/assets/js/vues/vues.js +++ b/resources/assets/js/vues/vues.js @@ -6,7 +6,7 @@ function exists(id) { let vueMapping = { 'search-system': require('./search'), - 'entity-dashboard': require('./entity-search'), + 'entity-dashboard': require('./entity-dashboard'), 'code-editor': require('./code-editor'), 'image-manager': require('./image-manager'), 'tag-manager': require('./tag-manager'), diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index 9882f09a2..3d50bcef8 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -55,7 +55,7 @@
{!! nl2br(e($book->description)) !!}
{!! nl2br(e($chapter->description)) !!}
@if(count($pages) > 0) @@ -82,7 +82,7 @@ @include('partials.entity-meta', ['entity' => $chapter])