diff options
author | Ed Morley <emorley@mozilla.com> | 2014-09-29 23:32:12 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-09-29 23:32:12 +0200 |
commit | 84b390d25f1427f7f10265f70e19157689c924c5 (patch) | |
tree | 469ef2f0faa6c375a67f44817576fca4a348f41f /template/en/default | |
parent | 3a970cb4c11ff46fcc6eb45d28ec4b62a4ed1bb4 (diff) | |
download | bugzilla-84b390d25f1427f7f10265f70e19157689c924c5.tar.gz bugzilla-84b390d25f1427f7f10265f70e19157689c924c5.tar.xz |
Bug 1072981 - User activity labels & params conflate "sort" and "group"
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 03947c5a1..a558d28ed 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -266,7 +266,7 @@ [% 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="page.cgi?id=user_activity.html&action=run&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> <li><a href="userprefs.cgi">Preferences</a></li> [% IF user.in_group('tweakparams') || user.in_group('editusers') || user.can_bless |