= t('Do you really want to remove this link: "%s"?', $link['label']) ?>
= $this->url->link(t('Yes'), 'LinkController', 'remove', array('link_id' => $link['id']), true, 'btn btn-red') ?>
= t('or') ?>
= $this->url->link(t('cancel'), 'LinkController', 'index') ?>