Skip to content
Snippets Groups Projects
Commit d773d5dc authored by aydreeihn's avatar aydreeihn
Browse files

Merge remote-tracking branch 'kevin/issue/task-action-button-styling' into...

Merge remote-tracking branch 'kevin/issue/task-action-button-styling' into features_prs/develop-next
parents 70ef4300 1b3032d2
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ if ($role->hasPerm(Task::PERM_DELETE)) {
'delete' => array(
'href' => sprintf('#tasks/%d/delete', $task->getId()),
'icon' => 'icon-trash',
'class' => 'red button',
'class' => (strpos($_SERVER['REQUEST_URI'], 'tickets.php') !== false) ? 'danger' : 'red button',
'label' => __('Delete'),
'redirect' => 'tasks.php'
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment