Skip to content

Commit

Permalink
Improve the Content Module
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Jan 2, 2020
1 parent c187486 commit 586dbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Platform/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Define The Application Version
//--------------------------------------------------------------------------

define('VERSION', '1.1.7');
define('VERSION', '1.1.8');

//--------------------------------------------------------------------------
// Set PHP Error Reporting Options
Expand Down
2 changes: 1 addition & 1 deletion modules/Content/Views/Admin/Posts/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function contentEditorInsertMedia(url, type, upload) {

<div class="box box-widget">
<div class="box-header">
<h3 class="box-title"><?= __d('content', 'Revisions : {0}', $revisions->count()); ?></h3>
<h3 class="box-title"><?= __d('content', 'Revisions : {0}', $post->revisions->count()); ?></h3>
<div class="box-tools">
<a href="<?= site_url('admin/content/' .$post->id .'/revisions'); ?>" class="btn btn-primary btn-sm pull-right" role="button"><i class="fa fa-list"></i> <?= __d('content', 'View all'); ?></a>
</div>
Expand Down

0 comments on commit 586dbdc

Please sign in to comment.