@@ -35,7 +35,7 @@ |
||
| 35 | 35 | { |
| 36 | 36 | list ($source, $title, $action, $options) = func_get_args(); |
| 37 | 37 | |
| 38 | - return $this->_view->Form->button($title, Hash::merge([ |
|
| 38 | + return $this->_view->Form->button($title, Hash::merge([ |
|
| 39 | 39 | 'icon' => 'trash', |
| 40 | 40 | 'data-action' => $action, |
| 41 | 41 | 'button' => 'red lighten-2', |