Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Abijeet Patro
2017-01-03 22:18:13 +0530
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Committed by
GitHub
2017-01-03 22:18:13 +0530
Commit
af76580b98b81de0541ae707b9df3be1466939ab
af76580b
1 parent
b526d172
Fixes typo causing the message not to be displayed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/home.blade.php
resources/views/home.blade.php
View file @
af76580
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment