Re: [aur-dev] [PATCH v2] account_details.php: Add link to edit a user's account

2014-02-01 Thread Lukas Fleischer
On Sat, 01 Feb 2014 at 20:03:09, canyonknight wrote:
> 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 
> ---
>  web/html/css/aur.css | 5 +
>  web/template/account_details.php | 9 ++---
>  2 files changed, 11 insertions(+), 3 deletions(-)
> 

Awesome, thanks!


[aur-dev] [PATCH v2] account_details.php: Add link to edit a user's account

2014-02-01 Thread canyonknight
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 
---
 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:
-   
-   
-   
+   
+   
+   
+   
+   
+   



-- 
1.8.5.3