summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-08-11 20:52:54 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2016-08-14 08:00:13 +0200
commit4a355c71cb21d21db2d7d6dec5746a432e47aaea (patch)
treeee7dd33e6fc44de9155ed202e56c94b7a33dd922
parent573e0c662bd5684b13cfc59eaa29db467831c078 (diff)
downloadaur-4a355c71cb21d21db2d7d6dec5746a432e47aaea.tar.gz
aur-4a355c71cb21d21db2d7d6dec5746a432e47aaea.tar.xz
Add details link from account edit form
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/template/account_edit_form.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php
index 6c2b8fb8..19821a0b 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -1,6 +1,7 @@
<?php if ($A == "UpdateAccount"): ?>
<p>
<?= __('Click %shere%s if you want to permanently delete this account.', '<a href="' . get_user_uri($N) . 'delete/' . '">', '</a>') ?>
+ <?= __('Click %shere%s for user details.', '<a href="' . get_user_uri($N) . '">', '</a>') ?>
</p>
<form id="edit-profile-form" action="<?= get_user_uri($N) . 'update/'; ?>" method="post">