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 A58CE11365 for ; Mon, 22 Sep 2014 10:27:42 +0000 (UTC) Received: (qmail 14211 invoked by uid 500); 22 Sep 2014 10:27:42 -0000 Delivered-To: apmail-allura-commits-archive@allura.apache.org Received: (qmail 14190 invoked by uid 500); 22 Sep 2014 10:27:42 -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 14132 invoked by uid 99); 22 Sep 2014 10:27: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; Mon, 22 Sep 2014 10:27:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3F8169486C0; Mon, 22 Sep 2014 10:27: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: Mon, 22 Sep 2014 10:27:43 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/31] 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/9ade79ff Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/9ade79ff Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/9ade79ff Branch: refs/heads/je/42cc_7657b Commit: 9ade79ff7f6911462b6aac7295adaae9f039e02a Parents: dc8c4fd Author: Igor Bondarenko Authored: Fri Sep 12 11:52:25 2014 +0300 Committer: Igor Bondarenko Committed: Mon Sep 22 11:05:36 2014 +0300 ---------------------------------------------------------------------- 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/9ade79ff/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()) }})