summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-09-19 06:51:28 +0200
committerByron Jones <glob@mozilla.com>2014-09-19 06:51:28 +0200
commit58ef2209383f6a83278e0ac52af82a939ca782f2 (patch)
treec51ce6a917426edf45b52b7a9037d79d0f70e360
parente2a3c8d2063d60e297e19e9d08c1974b5602b8ec (diff)
downloadbugzilla-58ef2209383f6a83278e0ac52af82a939ca782f2.tar.gz
bugzilla-58ef2209383f6a83278e0ac52af82a939ca782f2.tar.xz
Bug 1069504: Put My Dashboard in the drop down on the top-right
-rw-r--r--template/en/default/global/header.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index c94ac6005..03947c5a1 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -264,6 +264,7 @@
[% filtered_username = user.login FILTER uri %]
<li><a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a></li>
[% END %]
+ <li><a href="page.cgi?id=mydashboard.html">My Dashboard</a></li>
<li><a href="user_profile">My Profile</a></li>
<li><a href="page.cgi?id=user_activity.html&amp;action=run&amp;sort=when&amp;who=[% user.login FILTER uri %]">My Activity</a></li>
<li><a href="request.cgi?requester=[% user.login FILTER uri %]&amp;requestee=[% user.login FILTER uri %]&amp;do_union=1&amp;group=type&amp;action=queue">My Requests</a></li>