Skip to content

Instantly share code, notes, and snippets.

@nsanden
Created May 29, 2014 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsanden/4fb2d3963ba35b4a0fb1 to your computer and use it in GitHub Desktop.
Save nsanden/4fb2d3963ba35b4a0fb1 to your computer and use it in GitHub Desktop.
<?= Html::a('Delete', ['delete', 'id' => $model->id], [
'class' => 'btn btn-danger',
'data' => [
'confirm' => 'Are you sure you want to delete this item?',
'method' => 'post',
],
]) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment