summaryrefslogtreecommitdiffstats
path: root/web/html/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/home.php')
-rw-r--r--web/html/home.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/html/home.php b/web/html/home.php
index 16525419..ee7caf77 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -41,7 +41,8 @@ if (isset($_COOKIE["AURSID"])) {
?>
</div>
<div id="intro" class="box">
- <h2><?= __("My Packages"); ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SeB=m&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('more') ?></a>)</span></h2>
+ <h2><?= __("My Packages"); ?></h2>
+ <p><a href="<?= get_uri('/packages/') ?>?SeB=m&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('Search for packages I maintain') ?></a></p>
<?php
$params = array(
'PP' => 50,
@@ -54,7 +55,8 @@ if (isset($_COOKIE["AURSID"])) {
?>
</div>
<div id="intro" class="box">
- <h2><?= __("Co-Maintained Packages"); ?> <span class="more">(<a href="<?= get_uri('/packages/') ?>?SeB=c&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('more') ?></a>)</span></h2>
+ <h2><?= __("Co-Maintained Packages"); ?></h2>
+ <p><a href="<?= get_uri('/packages/') ?>?SeB=c&amp;K=<?= username_from_sid($_COOKIE["AURSID"]); ?>"><?= __('Search for packages I co-maintain') ?></a></p>
<?php
$params = array(
'PP' => 50,