Link "recent results" to recently finished jobs

In the end - it's mostly the same
This commit is contained in:
Karsten Heiken
2011-09-28 20:11:40 +02:00
parent 8c88f570ab
commit 509f5d4f16

View File

@@ -44,7 +44,7 @@ class Dashboard extends MY_Controller {
array(
'icon' => 'icons-big/blue-folder-open-document.png',
'text' => _('Recent results'),
'target' => site_url('jobs/results'),
'target' => site_url('jobs#finished'),
),
);