Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-02-18 11:57:16 (GMT)
committer David Farning <dfarning@gmail.com>2009-02-18 13:30:08 (GMT)
commitd923f5af0d524b8aa274da5be268fb7222d0d49c (patch)
tree36fa18fcfedff7070d31c315d50c91ad53dcf7c2
parentdc334a33be0d8d643cfa3175f57b98807a944e46 (diff)
Change the link in the header to point to the new development tools
-rw-r--r--site/app/views/elements/header.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/elements/header.thtml b/site/app/views/elements/header.thtml
index 235a5ef..e190e02 100644
--- a/site/app/views/elements/header.thtml
+++ b/site/app/views/elements/header.thtml
@@ -143,7 +143,7 @@
if ($this->controller->Session->check('User')) {
$user = $this->controller->Session->read('User');
echo '<li>' . $html->link(_('header_navlink_myaccount'), '/users/edit', array('title' => $user['email'])) . '</li>' . "\n";
- echo '<li>' . $html->link(_('sidebar_navlink_developer_tools'), '/developers') . '</li>' . "\n";
+ echo '<li>' . $html->link(_('sidebar_navlink_developer_tools'), '/developers/dashboard') . '</li>' . "\n";
echo '<li>' . $html->link(_('header_navlink_logout'), $html->logout_url()) . '</li>' . "\n";
}
else {