Fix filename of blue folder icon
This commit is contained in:
@@ -37,7 +37,7 @@ class Dashboard extends CI_Controller {
|
|||||||
public function index() {
|
public function index() {
|
||||||
$tpl['action_buttons'] = array(
|
$tpl['action_buttons'] = array(
|
||||||
array(
|
array(
|
||||||
'icon' => 'icons-big/folder-new.png',
|
'icon' => 'icons-big/blue-folder-new.png',
|
||||||
'text' => _('New project'),
|
'text' => _('New project'),
|
||||||
'target' => site_url('projects/create'),
|
'target' => site_url('projects/create'),
|
||||||
),
|
),
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 941 B After Width: | Height: | Size: 941 B |
Reference in New Issue
Block a user