From 42c9957e41d2f5f8cfee657d203d6a3624a6ef0e Mon Sep 17 00:00:00 2001 From: canyonknight Date: Sat, 1 Feb 2014 14:03:09 -0500 Subject: account_details.php: Add link to edit a user's account This improves the ability to edit a user's account directly through UI features rather than manually appending 'edit' to the URL or searching for the account and selecting edit. Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/html/css/aur.css | 5 +++++ web/template/account_details.php | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/web/html/css/aur.css b/web/html/css/aur.css index a8fb009..b78ce3e 100644 --- a/web/html/css/aur.css +++ b/web/html/css/aur.css @@ -33,3 +33,8 @@ text-decoration: underline; color: #666; } + +.arch-bio-entry ul { + list-style: none; + padding: 0; +} diff --git a/web/template/account_details.php b/web/template/account_details.php index 02ed32b..680a52e 100644 --- a/web/template/account_details.php +++ b/web/template/account_details.php @@ -51,9 +51,12 @@ Links: - - - +
    +
  • + +
  • + +
-- cgit v1.2.3-54-g00ecf