From 1128ed4a3267b1e160125eed520202e1fe0ed5c4 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 24 Oct 2013 00:44:05 +0800 Subject: Bug 924144: Add account creation date to user profile --- .../template/en/default/pages/user_profile.html.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extensions/UserProfile/template/en/default/pages') 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 94edb5f73..005d53443 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -74,6 +74,16 @@   +[%# user.creation_ts is added by the TagNewUsers extension %] +[% IF target.can('creation_ts') %] + + Created + + [% target.creation_ts FILTER time %] ([% target.creation_ts FILTER timeago FILTER html %]) + + +[% END %] + Last activity -- cgit v1.2.3-24-g4f1b