diff options
author | Ed Morley <emorley@mozilla.com> | 2014-09-29 23:26:32 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-09-29 23:26:32 +0200 |
commit | 180e229a39ac402223146034d129018a552e3f9b (patch) | |
tree | 4746368ac0ecaddbcc8aee9ec8e184e72c1ca5d0 /extensions/UserProfile/template | |
parent | 2e8ebd18fc8bb91e5ea7c7765b5574ab60375434 (diff) | |
download | bugzilla-180e229a39ac402223146034d129018a552e3f9b.tar.gz bugzilla-180e229a39ac402223146034d129018a552e3f9b.tar.xz |
Bug 1072944 - User activity should default to a range smaller than the last 8 weeks
r=dylan
Diffstat (limited to 'extensions/UserProfile/template')
-rw-r--r-- | extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index cc10d1706..810a974ec 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -93,7 +93,7 @@ <th>Last activity</th> <td colspan="2"> [% IF user.id %] - <a href="page.cgi?id=user_activity.html&action=run&who=[% target.login FILTER uri %]&from=-4w"> + <a href="page.cgi?id=user_activity.html&action=run&who=[% target.login FILTER uri %]"> [% END %] [% target.last_activity_ts FILTER time %] [% "</a>" IF user.id %] |