]> BookStack Code Mirror - bookstack/blobdiff - resources/views/shelves/list.blade.php
Replaced use of custom 'baseUrl' helper with 'url'
[bookstack] / resources / views / shelves / list.blade.php
index 70787f7e805ce9990d5403dadff7b58538d774a5..3f8c266e992b83e23cd261d3860a0d0e6973541e 100644 (file)
@@ -31,7 +31,7 @@
     @else
         <p class="text-muted">{{ trans('entities.shelves_empty') }}</p>
         @if(userCan('bookshelf-create-all'))
-            <a href="{{ baseUrl("/create-shelf") }}" class="button outline">@icon('edit'){{ trans('entities.create_now') }}</a>
+            <a href="{{ url("/create-shelf") }}" class="button outline">@icon('edit'){{ trans('entities.create_now') }}</a>
         @endif
     @endif