]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b526d17
)
Fixes typo causing the message not to be displayed
263/head
author
Abijeet Patro
<redacted>
Tue, 3 Jan 2017 16:48:13 +0000
(22:18 +0530)
committer
GitHub
<redacted>
Tue, 3 Jan 2017 16:48:13 +0000
(22:18 +0530)
resources/views/home.blade.php
patch
|
blob
|
history
diff --git
a/resources/views/home.blade.php
b/resources/views/home.blade.php
index 0d97a6a4b4434ccb5a11fb203a8309d466c09941..49cd2a75a75e14fa6af96a2e35861fe47a33c9bf 100644
(file)
--- a/
resources/views/home.blade.php
+++ b/
resources/views/home.blade.php
@@
-51,7
+51,7
@@
@include('partials/entity-list', [
'entities' => $recentlyUpdatedPages,
'style' => 'compact',
- 'emptyText' => trans('entites.no_pages_recently_updated')
+ 'emptyText' => trans('entit
i
es.no_pages_recently_updated')
])
</div>
</div>
@@
-65,4
+65,4
@@
</div>
-@stop
\ No newline at end of file
+@stop