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-16 10:06:46 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-02-16 10:06:46 (GMT)
commit2700423099ec1a3076c0239d3826e27f470a3314 (patch)
treeb04782f2a5a67068e8a514cf0fa8895b088bb566
parentea978f2a57214052643401e275d72bd93dbb627e (diff)
Make the new developer tools the default
-rw-r--r--site/app/views/addons/home.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/addons/home.thtml b/site/app/views/addons/home.thtml
index 08dca92..be6c382 100644
--- a/site/app/views/addons/home.thtml
+++ b/site/app/views/addons/home.thtml
@@ -161,7 +161,7 @@
<div id="developer" class="extra">
<h3><?=(!empty($welcomeName) ? sprintf(_('sidebar_navlink_welcome_name'), $welcomeName) : _('sidebar_navlink_welcome'))?></h3>
<ul>
- <li><?=$html->link(_('sidebar_navlink_developer_tools'), '/developers')?></li>
+ <li><?=$html->link(_('sidebar_navlink_developer_tools'), '/developers/dashboard')?></li>
<?php if ($this->controller->SimpleAcl->actionAllowed('Editors', '%', $this->controller->Session->read('User'))): ?>
<li><?=$html->link(_('sidebar_navlink_editor_tools'), '/editors')?></li>
<?php endif;