= $this->checkBoxTag('advertisement_ids[]', $ad->id) ?> |
= $this->linkTo($ad->id, $ad) ?> |
html) {
echo $this->linkTo($ad->image_url, $ad->image_url);
} else {
echo '' . substr($this->h($ad->html), 0, 100) . '... ';
}
?> |
= $this->linkTo($ad->referral_url, $ad->referral_url) ?> |
= $ad->width ?> |
= $ad->height ?> |
= $ad->ad_type ?> |
= $ad->ad_type == 'vertical' ? '–' : $ad->prettyPosition() ?> |
= $ad->status ?> |
= $ad->hit_count ?> |
= $this->linkTo($this->t('buttons.edit'), $this->editAdvertisementPath($ad)) ?> |
= $this->linkTo($this->t('buttons.delete'), $ad, ['data' => ['confirm' => $this->t('confirmations.is_sure')], 'method' => 'delete']) ?> |