Return-Path: X-Original-To: apmail-allura-commits-archive@www.apache.org Delivered-To: apmail-allura-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DC2D17507 for ; Wed, 1 Oct 2014 11:23:43 +0000 (UTC) Received: (qmail 2184 invoked by uid 500); 1 Oct 2014 11:23:43 -0000 Delivered-To: apmail-allura-commits-archive@allura.apache.org Received: (qmail 2138 invoked by uid 500); 1 Oct 2014 11:23:43 -0000 Mailing-List: contact commits-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list commits@allura.apache.org Received: (qmail 2017 invoked by uid 99); 1 Oct 2014 11:23:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2014 11:23:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9FBF388248C; Wed, 1 Oct 2014 11:23:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jetmind@apache.org To: commits@allura.apache.org Date: Wed, 01 Oct 2014 11:23:46 -0000 Message-Id: <0e5621cc6cc84848bda78859b226a26c@git.apache.org> In-Reply-To: <1e155fa659da4ca7bc7280a817303111@git.apache.org> References: <1e155fa659da4ca7bc7280a817303111@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/27] git commit: [#7657] ticket:649 Add link to user profile [#7657] ticket:649 Add link to user profile Project: http://git-wip-us.apache.org/repos/asf/allura/repo Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/e9de63c2 Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/e9de63c2 Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/e9de63c2 Branch: refs/heads/master Commit: e9de63c23b9c2b201c1efc49f76742231c79243c Parents: 45241ef Author: Igor Bondarenko Authored: Fri Sep 12 11:52:25 2014 +0300 Committer: Igor Bondarenko Committed: Wed Oct 1 10:26:40 2014 +0000 ---------------------------------------------------------------------- Allura/allura/templates/site_admin_user_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/allura/blob/e9de63c2/Allura/allura/templates/site_admin_user_details.html ---------------------------------------------------------------------- diff --git a/Allura/allura/templates/site_admin_user_details.html b/Allura/allura/templates/site_admin_user_details.html index f2cc97d..f86e75c 100644 --- a/Allura/allura/templates/site_admin_user_details.html +++ b/Allura/allura/templates/site_admin_user_details.html @@ -29,7 +29,7 @@
General
    -
  • Username: {{ user.username }}
  • +
  • Username: {{ user.username }} (Go to profile page)
  • Full name: {{ user.get_pref('display_name') }}
  • Registered: {{ user.registration_date() }} ({{ h.ago(user.registration_date()) }})