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:
parent
880d4f35da
commit
138f5d5c4f
44 changed files with 719 additions and 597 deletions
app/Http/Controllers
|
@ -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)
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue