- = $this->Number->format($notification->id) ?> |
- = $notification->has('user') ? $this->Html->link($notification->user->name, ['controller' => 'Users', 'action' => 'view', $notification->user->id]) : '' ?> |
- = h($notification->type) ?> |
- = h($notification->model) ?> |
- = $notification->foreign_key === null ? '' : $this->Number->format($notification->foreign_key) ?> |
- = h($notification->title) ?> |
- = h($notification->url) ?> |
- = h($notification->deleted) ?> |
- = h($notification->deleted_date) ?> |
- = h($notification->created) ?> |
- = h($notification->modified) ?> |
-
- = $this->Html->link(__('View'), ['action' => 'view', $notification->id]) ?>
- = $this->Html->link(__('Edit'), ['action' => 'edit', $notification->id]) ?>
- = $this->Form->postLink(__('Delete'), ['action' => 'delete', $notification->id], ['confirm' => __('Are you sure you want to delete # {0}?', $notification->id)]) ?>
- |
-
-
-