X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9b4f1fb9813711ae90d6f8ccf310cca11e00958e..refs/pull/5725/head:/resources/views/books/index.blade.php diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php index 0b407a860..197de011d 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -23,7 +23,7 @@
{{ trans('entities.books_new_empty') }}
@@ -49,7 +49,14 @@ @icon('tag') {{ trans('entities.tags_view_tags') }} + + @if(userCan('content-import')) + + @icon('upload') + {{ trans('entities.import') }} + + @endif