= $this->Html->link(__('New Cause'), ['action' => 'add'], ['class' => 'button float-right']) ?>
= __('Causes') ?>
| = $this->Paginator->sort('id') ?> |
= $this->Paginator->sort('uuid') ?> |
= $this->Paginator->sort('user_id') ?> |
= $this->Paginator->sort('cause_image_id') ?> |
= $this->Paginator->sort('name') ?> |
= $this->Paginator->sort('slug') ?> |
= $this->Paginator->sort('description') ?> |
= $this->Paginator->sort('donation_amount') ?> |
= $this->Paginator->sort('date_start') ?> |
= $this->Paginator->sort('date_end') ?> |
= $this->Paginator->sort('is_active') ?> |
= $this->Paginator->sort('created') ?> |
= $this->Paginator->sort('modified') ?> |
= __('Actions') ?> |
| = $this->Number->format($cause->id) ?> |
= h($cause->uuid) ?> |
= $cause->has('user') ? $this->Html->link($cause->user->id, ['controller' => 'Users', 'action' => 'view', $cause->user->id]) : '' ?> |
= $this->Number->format($cause->cause_image_id) ?> |
= h($cause->name) ?> |
= h($cause->slug) ?> |
= h($cause->description) ?> |
= h($cause->donation_amount) ?> |
= h($cause->date_start) ?> |
= h($cause->date_end) ?> |
= h($cause->is_active) ?> |
= h($cause->created) ?> |
= h($cause->modified) ?> |
= $this->Html->link(__('View'), ['action' => 'view', $cause->id]) ?>
= $this->Html->link(__('Edit'), ['action' => 'edit', $cause->id]) ?>
= $this->Form->postLink(__('Delete'), ['action' => 'delete', $cause->id], ['confirm' => __('Are you sure you want to delete # {0}?', $cause->id)]) ?>
|
= $this->Paginator->counter(__('Page {{page}} of {{pages}}, showing {{current}} record(s) out of {{count}} total')) ?>