You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/10/01 13:23:46 UTC

[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 <je...@gmail.com>
Authored: Fri Sep 12 11:52:25 2014 +0300
Committer: Igor Bondarenko <je...@gmail.com>
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 @@
       <fieldset>
         <legend>General</legend>
         <ul>
-          <li>Username: {{ user.username }}</li>
+          <li>Username: {{ user.username }} (<a href="{{ user.url() }}">Go to profile page</a>)</li>
           <li>Full name: {{ user.get_pref('display_name') }}</li>
           <li>Registered: {{ user.registration_date() }} ({{ h.ago(user.registration_date()) }})</li>
         </ul>