X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cc10d1ddfc652f6bcf3bbf61d5ec2e2861394c03..refs/pull/5405/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..418c0fea8 100644
--- a/resources/views/books/index.blade.php
+++ b/resources/views/books/index.blade.php
@@ -49,6 +49,13 @@
@icon('tag')
{{ trans('entities.tags_view_tags') }}
+
+ @if(userCan('content-import'))
+
+ @icon('upload')
+ {{ trans('entities.import') }}
+
+ @endif