Skip to content

Commit

Permalink
Fix buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Thompson committed Mar 12, 2016
1 parent a0afed5 commit 42709ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Table/ValueTableBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ class ValueTableBuilder extends TableBuilder
* @var array
*/
protected $buttons = [
'edit',
'edit' => [
'href' => 'admin/files/edit/{entry.id}'
],
'remove' => [
'data-dismiss' => 'file',
'data-file' => 'entry.id'
Expand Down

0 comments on commit 42709ac

Please sign in to comment.