Removed stray foo
This commit is contained in:
parent
7667fca691
commit
1543c03624
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ class UsersController extends Controller
|
||||||
$actions .= ' <span class="btn delete-asset btn-danger btn-sm disabled"><i class="fa fa-trash icon-white"></i></span>';
|
$actions .= ' <span class="btn delete-asset btn-danger btn-sm disabled"><i class="fa fa-trash icon-white"></i></span>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$actions.='foo';
|
$actions.='';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue