Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cake3'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	composer.json
#	src/Controller/Admin/QueuedJobsController.php
  • Loading branch information
dereuromark committed Jul 19, 2020
2 parents dde5540 + b252ae9 commit d31e261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Controller/Admin/QueuedJobsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public function view($id = null) {

$this->set(compact('queuedJob'));
$this->viewBuilder()->setOption('serialize', ['queuedJob']);
$this->viewBuilder()->setHelpers(['Tools.Time', 'Tools.Format', 'Shim.Configure']);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion templates/Admin/Queue/processes.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<nav class="col-md-3 col-xs-12 large-3 medium-4 columns" id="actions-sidebar">
<ul class="side-nav nav nav-pills nav-stacked">
<li><?= $this->Html->link(__d('queue', 'Dashboard'), ['controller' => 'Queue', 'action' => 'index']) ?></li>
<li><?= $this->Html->link(__d('queue', 'Dashboard'), ['controller' => 'Queue', 'action' => 'index'], ['class' => 'btn margin btn-default']) ?></li>
<li><?php echo $this->Html->link(__d('queue', 'List {0}', __d('queue', 'Queue Processes')), ['controller' => 'QueueProcesses', 'action' => 'index'], ['class' => 'btn margin btn-primary']); ?></li>
</ul>
</nav>
Expand Down

0 comments on commit d31e261

Please sign in to comment.