Paginator->sort('id') ?> Paginator->sort('name') ?> Paginator->sort('created') ?> Paginator->sort('modified') ?>
Number->format($jira->id) ?> name) ?> created) ?> modified) ?> Html->link(__('View'), ['action' => 'view', $jira->id]) ?> Html->link(__('Edit'), ['action' => 'edit', $jira->id]) ?> Form->postLink(__('Delete'), ['action' => 'delete', $jira->id], ['confirm' => __('Are you sure you want to delete # {0}?', $jira->id)]) ?> Html->link(__('Show'), ['action' => 'show', $jira->id]) ?>

Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>