summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile
diff options
context:
space:
mode:
authorEd Morley <emorley@mozilla.com>2014-09-29 23:26:32 +0200
committerDylan William Hardison <dylan@hardison.net>2014-09-29 23:26:32 +0200
commit180e229a39ac402223146034d129018a552e3f9b (patch)
tree4746368ac0ecaddbcc8aee9ec8e184e72c1ca5d0 /extensions/UserProfile
parent2e8ebd18fc8bb91e5ea7c7765b5574ab60375434 (diff)
downloadbugzilla-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')
-rw-r--r--extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl2
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&amp;action=run&amp;who=[% target.login FILTER uri %]&amp;from=-4w">
+ <a href="page.cgi?id=user_activity.html&amp;action=run&amp;who=[% target.login FILTER uri %]">
[% END %]
[% target.last_activity_ts FILTER time %]
[% "</a>" IF user.id %]