= t('Do you really want to remove this comment?') ?>
= $this->render('comment/show', array('comment' => $comment, 'task' => $task, 'preview' => true)) ?>
= $this->a(t('Yes'), 'comment', 'remove', array('task_id' => $task['id'], 'comment_id' => $comment['id']), true, 'btn btn-red') ?>
= t('or') ?>
= $this->a(t('cancel'), 'task', 'show', array('task_id' => $task['id'])) ?>