Skip to content

Commit

Permalink
Update AttachmentsTableWithPreview.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelPAL committed Dec 9, 2015
1 parent 27ace15 commit 693ce84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/AttachmentsTableWithPreview.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function run()
'delete' => function ($url, $model, $key) {
return Html::a('<span class="glyphicon glyphicon-trash"></span>',
[
'/attachments/file/delete',
'/file/file/delete',
'id' => $model->id
],
[
Expand Down Expand Up @@ -120,4 +120,4 @@ public function run()

]);
}
}
}

0 comments on commit 693ce84

Please sign in to comment.