|
@@ -216,9 +216,9 @@ HTML;
|
|
|
|
|
|
return <<<HTML
|
|
|
<div class="btn-group pull-right" style="margin-right: 5px">
|
|
|
- <button class="btn btn-sm btn-danger " data-action="delete" data-url="{$this->getDeletePath()}" data-redirect="{$this->getListPath()}">
|
|
|
+ <a class="btn btn-sm btn-danger text-white" data-action="delete" data-url="{$this->getDeletePath()}" data-redirect="{$this->getListPath()}">
|
|
|
<i class="feather icon-trash"></i><span class="d-none d-sm-inline"> {$delete}</span>
|
|
|
- </button>
|
|
|
+ </a>
|
|
|
</div>
|
|
|
HTML;
|
|
|
}
|