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:
Abijeet
2017-12-26 12:38:16 +05:30
parent 03eb63ec77
commit 0d4db603a4
5 changed files with 30 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class BookController extends Controller
'books' => $books,
'recents' => $recents,
'popular' => $popular,
'new' => $new,
'new' => $new,
'booksViewType' => $booksViewType
]);
}