0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-21 23:38:39 +00:00

Updated user and shelf views to new design

This commit is contained in:
Dan Brown 2019-02-03 13:45:45 +00:00
parent 880d4f35da
commit 138f5d5c4f
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
44 changed files with 719 additions and 597 deletions
app/Http/Controllers

View file

@ -108,7 +108,7 @@ class BookController extends Controller
'book' => $book,
'current' => $book,
'bookChildren' => $bookChildren,
'activity' => Activity::entityActivity($book, 20, 0)
'activity' => Activity::entityActivity($book, 20, 1)
]);
}