[aur-dev] [PATCH 2/2] Add details link from account edit form
Johannes Löthberg
johannes at kyriasis.com
Thu Aug 11 18:52:54 UTC 2016
Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
---
web/template/account_edit_form.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php
index 6c2b8fb..19821a0 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">
--
2.9.2
More information about the aur-dev
mailing list