provide('title', $this->t('.title')) ?>
= $this->t('.object_type') ?> | options['specific_object']) : ?> options['show_name']) : ?> | = $this->capitalize($this->singularize($this->type)) ?> | type == "all") echo $this->t('.id'); else echo ucfirst($this->singularize($this->type)); ?> | = $this->t('.date') ?> | = $this->t('.user') ?> | = $this->t('.change') ?> |
---|---|---|---|---|---|---|
= $this->humanize($this->singularize($change->group_by_table)) ?> | options['specific_object']) : ?> group_by_obj()) == "Post") { if ($change->group_by_obj()->status == "deleted") $classes[] = "deleted"; if ($change->group_by_obj()->is_held) $classes[] = "held"; } ?> | ">= $this->linkTo($this->options['show_name'] ? $change->group_by_obj()->pretty_name() : $change->group_by_id, [ 'controller' => strtolower($change->get_group_by_controller()), 'action' => $change->get_group_by_action(), 'id' => $change->group_by_id] ) ?> | = date("M d Y, H:i", strtotime($change->created_at)) ?> | = $this->linkToIf($change->user_id, $change->author(), ['controller' => "user", 'action' => "show", 'id' => $change->user_id], ['class' => "user-" . $change->user_id . ($new_user ? " new-user":"")] ) ?> | = $this->format_changes($change, $this->options) ?> |