X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c25ef1890003e49469a2fb1b50f30b3d272fff61..refs/pull/205/head:/resources/views/home.blade.php
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php
index 88319738e..2fb4ac855 100644
--- a/resources/views/home.blade.php
+++ b/resources/views/home.blade.php
@@ -25,14 +25,14 @@
@if(count($draftPages) > 0)
-
My Recent Drafts
+ My Recent Drafts
@include('partials/entity-list', ['entities' => $draftPages, 'style' => 'compact'])
@endif
@if($signedIn)
-
My Recently Viewed
+
My Recently Viewed
@else
-
Recent Books
+
Recent Books
@endif
@include('partials/entity-list', [
'entities' => $recents,
@@ -42,7 +42,7 @@
-
+
@include('partials/entity-list', [
'entities' => $recentlyCreatedPages,
@@ -51,7 +51,7 @@
])
-
+
@include('partials/entity-list', [
'entities' => $recentlyUpdatedPages,
@@ -62,7 +62,7 @@
-
Recent Activity
+ Recent Activity
@include('partials/activity-list', ['activity' => $activity])