diff options
author | Byron Jones <glob@mozilla.com> | 2014-09-19 06:51:28 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-09-19 06:51:28 +0200 |
commit | 58ef2209383f6a83278e0ac52af82a939ca782f2 (patch) | |
tree | c51ce6a917426edf45b52b7a9037d79d0f70e360 /template | |
parent | e2a3c8d2063d60e297e19e9d08c1974b5602b8ec (diff) | |
download | bugzilla-58ef2209383f6a83278e0ac52af82a939ca782f2.tar.gz bugzilla-58ef2209383f6a83278e0ac52af82a939ca782f2.tar.xz |
Bug 1069504: Put My Dashboard in the drop down on the top-right
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
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&action=run&sort=when&who=[% user.login FILTER uri %]">My Activity</a></li> <li><a href="request.cgi?requester=[% user.login FILTER uri %]&requestee=[% user.login FILTER uri %]&do_union=1&group=type&action=queue">My Requests</a></li> |