cycle('even', 'odd') ?> id="artist-= $artist->id ?>">
= $this->linkToIf(!$artist->alias_id, 'P', ['controller' => 'post', 'action' => 'index', 'tags' => $artist->name], ['title' => $this->t('.find')]) ?>
= $this->linkTo('E', ['action' => 'update', 'id' => $artist->id], ['title' => $this->t('.edit')]) ?>
= $this->linkTo('D', ['action' => 'destroy', 'id' => $artist->id], ['title' => $this->t('.delete')]) ?>
|
= $this->linkTo($artist->name, ['action' => 'show', 'id' => $artist->id]) ?>
alias_id) : ?>
→ = $this->linkTo($artist->alias_name(), ['action' => 'show', 'id' => $artist->alias_id], ['title' => $this->t('.is_alias')]) ?>
group_id) : ?>
[= $this->linkTo($artist->group_name(), ['action' => 'show', 'id' => $artist->group_id], ['title' => $this->t('.is_group')]) ?>]
|
= implode(', ', array_map(function($x){return $this->linkTo($this->h($x->name), array('#show', 'id' => $x->id));}, $artist->aliases()->members())) ?> |
updater_id) : ?>
= User::find_name($artist->updater_id) ?> |
|
= date('M d Y, H:i', strtotime($artist->updated_at)) ?> |