mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-22 14:49:59 +08:00
Adds button to allow users to toggle the book view via the books list page.
Closes #613 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
@ -46,7 +46,7 @@ class BookController extends Controller
|
||||
'books' => $books,
|
||||
'recents' => $recents,
|
||||
'popular' => $popular,
|
||||
'new' => $new,
|
||||
'new' => $new,
|
||||
'booksViewType' => $booksViewType
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user