summaryrefslogtreecommitdiffstats
path: root/web/html/home.php
diff options
context:
space:
mode:
authorJohannes Dewender <arch@JonnyJD.net>2014-07-13 11:24:53 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-07-15 23:01:47 +0200
commit2cff0d3455c60d5f49193ea844eb39fbcfa5e1ec (patch)
tree89db5b928904b077943ba6e96d899adc88b7a864 /web/html/home.php
parent3610f3c6a4e37f79139ffb38eebf0d00cd6add6d (diff)
downloadaur-2cff0d3455c60d5f49193ea844eb39fbcfa5e1ec.tar.gz
aur-2cff0d3455c60d5f49193ea844eb39fbcfa5e1ec.tar.xz
home: requests should be filed in the web interface
There is a "file request" link in the "Package Actions" box for every package. Signed-off-by: Johannes Dewender <arch@JonnyJD.net> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/home.php')
-rw-r--r--web/html/home.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php
index 2757c069..556e21ba 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -45,9 +45,11 @@ html_header( __("Home") );
<p>
<?php
echo __(
- 'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. This list can be used for package orphan requests, merge requests, and deletion requests. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',
+ 'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. Package orphan requests, merge requests, and deletion requests should be filed in the %sPackage Actions%s box. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-general">',
'</a>',
+ '<var>',
+ '</var>',
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-dev">',
'</a>'
);