]> BookStack Code Mirror - bookstack/blobdiff - resources/views/entities/selector.blade.php
Made book-sort changes based on screen reader testing
[bookstack] / resources / views / entities / selector.blade.php
index 45fae470795bf1c375ee587a27ddd7d6c143061a..a9f5b932cc2358b692a78e10a7165d9f9040bd3c 100644 (file)
@@ -8,11 +8,5 @@
         <input refs="entity-selector@search" type="text" placeholder="{{ trans('common.search') }}" @if($autofocus ?? false) autofocus @endif>
         <div class="text-center loading" refs="entity-selector@loading">@include('common.loading-icon')</div>
         <div refs="entity-selector@results"></div>
-        @if($showAdd ?? false)
-            <div class="entity-selector-add">
-                <button refs="entity-selector@add" type="button"
-                        class="button outline">@icon('add'){{ trans('common.add') }}</button>
-            </div>
-        @endif
     </div>
 </div>
\ No newline at end of file