| = $this->Paginator->sort('id') ?> | = $this->Paginator->sort('name') ?> | = $this->Paginator->sort('created') ?> | = $this->Paginator->sort('modified') ?> | = __('Actions') ?> |
|---|---|---|---|---|
| = $this->Number->format($jira->id) ?> | = h($jira->name) ?> | = h($jira->created) ?> | = h($jira->modified) ?> | = $this->Html->link(__('View'), ['action' => 'view', $jira->id]) ?> = $this->Html->link(__('Edit'), ['action' => 'edit', $jira->id]) ?> = $this->Form->postLink(__('Delete'), ['action' => 'delete', $jira->id], ['confirm' => __('Are you sure you want to delete # {0}?', $jira->id)]) ?> = $this->Html->link(__('Show'), ['action' => 'show', $jira->id]) ?> |
= $this->Paginator->counter(['format' => __('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')]) ?>